From 998e83cc20ee4b29a3d9a3755a969a097bab551c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ru=C3=A1n=20Murgatroyd?= Date: Sun, 8 Sep 2024 15:15:20 +0100 Subject: [PATCH] [Web Commit] Roboto now loads correctly --- assets/fonts/roboto-mono/loader.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/fonts/roboto-mono/loader.css b/assets/fonts/roboto-mono/loader.css index a7ecf3d..ced54b2 100644 --- a/assets/fonts/roboto-mono/loader.css +++ b/assets/fonts/roboto-mono/loader.css @@ -1,50 +1,50 @@ @font-face { font-family: 'Roboto Mono'; - src: url('https://raw.githubusercontent.com/cs-soc-tudublin/identityflip/main/assets/fonts/roboto-mono/light/RobotoMono-Light.ttf') format('truetype'); + src: url('https://raw.githubusercontent.com/cs-soc-tudublin/identityflip/master/assets/fonts/roboto-mono/light/RobotoMono-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; } @font-face { font-family: 'Roboto Mono'; - src: url('https://raw.githubusercontent.com/cs-soc-tudublin/identityflip/main/assets/fonts/roboto-mono/regular/RobotoMono-Regular.ttf') format('truetype'); + src: url('https://raw.githubusercontent.com/cs-soc-tudublin/identityflip/master/assets/fonts/roboto-mono/regular/RobotoMono-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; } @font-face { font-family: 'Roboto Mono'; - src: url('https://raw.githubusercontent.com/cs-soc-tudublin/identityflip/main/assets/fonts/roboto-mono/retina/RobotoMono-Retina.ttf') format('truetype'); + src: url('https://raw.githubusercontent.com/cs-soc-tudublin/identityflip/master/assets/fonts/roboto-mono/retina/RobotoMono-Retina.ttf') format('truetype'); font-weight: 400; font-style: normal; } @font-face { font-family: 'Roboto Mono'; - src: url('https://raw.githubusercontent.com/cs-soc-tudublin/identityflip/main/assets/fonts/roboto-mono/medium/RobotoMono-Medium.ttf') format('truetype'); + src: url('https://raw.githubusercontent.com/cs-soc-tudublin/identityflip/master/assets/fonts/roboto-mono/medium/RobotoMono-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; } @font-face { font-family: 'Roboto Mono'; - src: url('https://raw.githubusercontent.com/cs-soc-tudublin/identityflip/main/assets/fonts/roboto-mono/semibold/RobotoMono-SemiBold.ttf') format('truetype'); + src: url('https://raw.githubusercontent.com/cs-soc-tudublin/identityflip/master/assets/fonts/roboto-mono/semibold/RobotoMono-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal; } @font-face { font-family: 'Roboto Mono'; - src: url('https://raw.githubusercontent.com/cs-soc-tudublin/identityflip/main/assets/fonts/roboto-mono/bold/RobotoMono-Bold.ttf') format('truetype'); + src: url('https://raw.githubusercontent.com/cs-soc-tudublin/identityflip/master/assets/fonts/roboto-mono/bold/RobotoMono-Bold.ttf') format('truetype'); font-weight: 700; font-style: normal; } @font-face { font-family: 'Roboto Mono VF'; - src: url('https://raw.githubusercontent.com/cs-soc-tudublin/identityflip/main/assets/fonts/roboto-mono/variable/RobotoMono-VF.ttf') format('truetype-variations'); + src: url('https://raw.githubusercontent.com/cs-soc-tudublin/identityflip/master/assets/fonts/roboto-mono/variable/RobotoMono-VF.ttf') format('truetype-variations'); /* font-weight requires a range: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide#Using_a_variable_font_font-face_changes */ font-weight: 300 700; font-style: normal; } - \ No newline at end of file +