Swap font
This commit is contained in:
parent
59c9545757
commit
c5fbdb15eb
@ -17,21 +17,25 @@ You probably already know that, otherwise you can visit him here "https://fosc.s
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: nixiefont;
|
font-family: nixiefont;
|
||||||
src: url(../fonts/NixieOne.ttf);
|
src: url(../fonts/NixieOne.ttf);
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: AmericanCfont;
|
font-family: AmericanCfont;
|
||||||
src: url(../fonts/AmericanC.ttf);
|
src: url(../fonts/AmericanC.ttf);
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: typermfont;
|
font-family: typermfont;
|
||||||
src: url(../fonts/typewcond.otf);
|
src: url(../fonts/typewcond.otf);
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: avenirfont;
|
font-family: avenirfont;
|
||||||
src: url(../fonts/AvenirCondensed.ttf);
|
src: url(../fonts/AvenirCondensed.ttf);
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*GLOBAL ATTRIBUTES*/
|
/*GLOBAL ATTRIBUTES*/
|
||||||
|
Loading…
Reference in New Issue
Block a user