mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
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>
This commit is contained in:
parent
cca15b0640
commit
51ccf61cc6
10 changed files with 22 additions and 7 deletions
|
@ -94,11 +94,11 @@ export function exportToSvg(
|
|||
<style>
|
||||
@font-face {
|
||||
font-family: "Virgil";
|
||||
src: url("https://excalidraw.com/static/fonts/FG_Virgil.woff2");
|
||||
src: url("https://excalidraw.com/FG_Virgil.woff2");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Cascadia";
|
||||
src: url("https://excalidraw.com/static/fonts/Cascadia.woff2");
|
||||
src: url("https://excalidraw.com/Cascadia.woff2");
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue