Fix links

This commit is contained in:
danbulant 2019-06-23 17:02:11 +02:00
parent 19209efdf0
commit ed430cc7c5
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('https://console.danbulant.eu/open-sans/OpenSans-Regular.ttf');//online version
src: url('https://console-hub.danbulant.eu/open-sans/OpenSans-Regular.ttf');//online version
}
@font-face {
font-family: 'Gilroy-bold';
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
src: url('https://console-hub.danbulant.eu/Gilroy-ExtraBold.otf');//online version, if you want offline, put fonts in this folder and change the link here
}
body {
background: #5d75ad;