fix(fonts): move fonts to public folder so that its served as static assets via cra & works in export (#2264)

This commit is contained in:
Aakansha Doshi
2020-10-21 22:50:57 +02:00
committed by GitHub
parent 6db5647048
commit 1034ec91b8
9 changed files with 17 additions and 28 deletions
+13
View File
@@ -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;
}