Fixed link to font.

This commit is contained in:
Alexander Andreev 2021-02-10 23:49:56 +04:00
parent 09880a3bcc
commit f95c0189bf
Signed by: Arav
GPG Key ID: 610DF2574456329F
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
font-style: normal;
font-weight: 400;
src: local('RobotoCondensed'), local('RobotoCondensed-Regular'),
url(/shared/assets/fonts/RobotoCondensed-Regular.ttf); }
url(/shared/fonts/RobotoCondensed-Regular.ttf); }
:root {
--background-color: #0a0a0a;

View File

@ -3,7 +3,7 @@
font-style: normal;
font-weight: 400;
src: local('RobotoCondensed'), local('RobotoCondensed-Regular'),
url(/shared/assets/fonts/RobotoCondensed-Regular.ttf); }
url(/shared/fonts/RobotoCondensed-Regular.ttf); }
:root {
--background-color: #0a0a0a;