mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: Use the latest version of Virgil (#3124)
This commit is contained in:
parent
286642ffcf
commit
053353841a
8 changed files with 9 additions and 9 deletions
|
@ -54,8 +54,8 @@ const elements = [
|
|||
},
|
||||
];
|
||||
|
||||
registerFont("./public/FG_Virgil.ttf", { family: "Virgil" });
|
||||
registerFont("./public/Cascadia.ttf", { family: "Cascadia" });
|
||||
registerFont("./public/Virgil.woff2", { family: "Virgil" });
|
||||
registerFont("./public/Cascadia.woff2", { family: "Cascadia" });
|
||||
|
||||
const canvas = exportToCanvas(
|
||||
elements as any,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue