mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
20 lines
429 B
CSS
20 lines
429 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;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Blocky";
|
|
src: url("../fonts/Blocky.woff2");
|
|
font-display: swap;
|
|
}
|