Online fonts, no need to download them now

This commit is contained in:
danbulant 2019-06-23 10:03:46 +02:00
parent cae285fb25
commit cf5428bbca
2 changed files with 3 additions and 3 deletions

2
html/styles.min.css vendored

File diff suppressed because one or more lines are too long

View file

@ -8,11 +8,11 @@ $selected: white;
*/
@font-face {
font-family: 'Open sans';
src: url('open-sans/OpenSans-Regular.ttf');
src: url('https://console.danbulant.eu/open-sans/OpenSans-Regular.ttf');//online version
}
@font-face {
font-family: 'Gilroy-bold';
src: url('Gilroy-ExtraBold.otf');
src: url('https://console.danbulant.eu/Gilroy-ExtraBold.otf');//online version, if you want offline, put fonts in this folder and change the link here
}
body {
background: #5d75ad;