Bring root fonts back (#1422)
* redirect font loading * bring preloading back * change paths * add css type * move fonts to root * correct paths * remove redirects * correct ext * remove fonts from main CSS * remove unneeded fonts Co-authored-by: kbariotis <konmpar@gmail.com>pull/1453/head
parent
cca15b0640
commit
51ccf61cc6
@ -1,13 +1,13 @@
|
|||||||
/* http://www.eaglefonts.com/fg-virgil-ttf-131249.htm */
|
/* http://www.eaglefonts.com/fg-virgil-ttf-131249.htm */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Virgil";
|
font-family: "Virgil";
|
||||||
src: url("../fonts/FG_Virgil.woff2");
|
src: url("FG_Virgil.woff2");
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* https://github.com/microsoft/cascadia-code */
|
/* https://github.com/microsoft/cascadia-code */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Cascadia";
|
font-family: "Cascadia";
|
||||||
src: url("../fonts/Cascadia.woff2");
|
src: url("Cascadia.woff2");
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
Loading…
Reference in New Issue