mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-10 11:35:52 +01:00
14 lines
291 B
CSS
14 lines
291 B
CSS
/* http://www.eaglefonts.com/fg-virgil-ttf-131249.htm */
|
|
@font-face {
|
|
font-family: "Virgil";
|
|
src: url("Virgil.woff2");
|
|
font-display: swap;
|
|
}
|
|
|
|
/* https://github.com/microsoft/cascadia-code */
|
|
@font-face {
|
|
font-family: "Cascadia";
|
|
src: url("Cascadia.woff2");
|
|
font-display: swap;
|
|
}
|