mirror of
https://github.com/danbulant/console-hub
synced 2026-06-17 05:21:04 +00:00
Online fonts, no need to download them now
This commit is contained in:
parent
cae285fb25
commit
cf5428bbca
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('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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue