mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
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:
parent
6db5647048
commit
1034ec91b8
9 changed files with 17 additions and 28 deletions
|
@ -1,17 +1,3 @@
|
|||
/* http://www.eaglefonts.com/fg-virgil-ttf-131249.htm */
|
||||
@font-face {
|
||||
font-family: "Virgil";
|
||||
src: url("../fonts/FG_Virgil.woff2");
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* https://github.com/microsoft/cascadia-code */
|
||||
@font-face {
|
||||
font-family: "Cascadia";
|
||||
src: url("../fonts/Cascadia.woff2");
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
.visually-hidden {
|
||||
position: absolute !important;
|
||||
height: 1px;
|
||||
|
|
|
@ -6,6 +6,7 @@ module.exports = {
|
|||
mode: "production",
|
||||
entry: {
|
||||
"excalidraw.min": "./index.tsx",
|
||||
"fonts.min": "../../public/fonts.css",
|
||||
},
|
||||
output: {
|
||||
path: path.resolve(__dirname, "dist"),
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue