mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-02 03:25:53 +01:00
fix(app.scss): Move fonts from public to fonts directory so that it can be included in bundle as well (#2251)
This commit is contained in:
parent
b50c54f855
commit
12b73aaac6
@ -112,14 +112,14 @@
|
||||
/* http://www.eaglefonts.com/fg-virgil-ttf-131249.htm */
|
||||
@font-face {
|
||||
font-family: "Virgil";
|
||||
src: url("/FG_Virgil.woff2");
|
||||
src: url("../src/fonts/FG_Virgil.woff2");
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* https://github.com/microsoft/cascadia-code */
|
||||
@font-face {
|
||||
font-family: "Cascadia";
|
||||
src: url("/Cascadia.woff2");
|
||||
src: url("../src/fonts/Cascadia.woff2");
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
|
@ -1,14 +1,14 @@
|
||||
/* http://www.eaglefonts.com/fg-virgil-ttf-131249.htm */
|
||||
@font-face {
|
||||
font-family: "Virgil";
|
||||
src: url("/FG_Virgil.woff2");
|
||||
src: url("../fonts/FG_Virgil.woff2");
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* https://github.com/microsoft/cascadia-code */
|
||||
@font-face {
|
||||
font-family: "Cascadia";
|
||||
src: url("/Cascadia.woff2");
|
||||
src: url("../fonts/Cascadia.woff2");
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user