mirror of
https://github.com/danbulant/console-hub
synced 2026-06-16 13:01:18 +00:00
Fix links
This commit is contained in:
parent
19209efdf0
commit
ed430cc7c5
2 changed files with 3 additions and 3 deletions
2
html/styles.min.css
vendored
2
html/styles.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue