fix(fonts): move fonts to public folder so that its served as static assets via cra & works in export (#2264)
parent
6db5647048
commit
1034ec91b8
@ -0,0 +1,13 @@
|
|||||||
|
/* http://www.eaglefonts.com/fg-virgil-ttf-131249.htm */
|
||||||
|
@font-face {
|
||||||
|
font-family: "Virgil";
|
||||||
|
src: url("FG_Virgil.woff2");
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* https://github.com/microsoft/cascadia-code */
|
||||||
|
@font-face {
|
||||||
|
font-family: "Cascadia";
|
||||||
|
src: url("Cascadia.woff2");
|
||||||
|
font-display: swap;
|
||||||
|
}
|
Loading…
Reference in New Issue