ed378170b7
* Use woff2 instead ttf * Update font in svg-exported files to use woff2 Co-authored-by: Timur Khazamov <t1mmaas@skbkontur.ru>
14 lines
294 B
CSS
14 lines
294 B
CSS
/* http://www.eaglefonts.com/fg-virgil-ttf-131249.htm */
|
|
@font-face {
|
|
font-family: "Virgil";
|
|
src: url("FG_Virgil.woff2");
|
|
font-display: swap;
|
|
}
|
|
|
|
/* https://github.com/microsoft/cascadia-code */
|
|
@font-face {
|
|
font-family: "Cascadia";
|
|
src: url("Cascadia.woff2");
|
|
font-display: swap;
|
|
}
|