14 lines
321 B
CSS
14 lines
321 B
CSS
|
/* http://www.eaglefonts.com/fg-virgil-ttf-131249.htm */
|
||
|
@font-face {
|
||
|
font-family: "Virgil";
|
||
|
src: url("../fonts/Virgil.woff2");
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|
||
|
/* https://github.com/microsoft/cascadia-code */
|
||
|
@font-face {
|
||
|
font-family: "Cascadia";
|
||
|
src: url("../fonts/Cascadia.woff2");
|
||
|
font-display: swap;
|
||
|
}
|