| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- /* 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;
- }
- @font-face {
- font-family: "REDACTED_REGULAR";
- src: url("redacted-regular.woff2");
- font-display: swap;
- }
- @font-face {
- font-family: "REDACTED_SCRIPT_BOLD";
- src: url("redacted-script-bold.woff2");
- font-display: swap;
- }
- @font-face {
- font-family: "REDACTED_SCRIPT_REGULAR";
- src: url("redacted-script-regular.woff2");
- font-display: swap;
- }
- @font-face {
- font-family: "Scribble";
- src: url("scribble-webfont.woff2");
- font-display: swap;
- }
- @font-face {
- font-family: "Blokk";
- src: url("BLOKKNeue-Regular.woff2");
- font-display: swap;
- }
|