diff --git a/fonts/display.php b/fonts/display.php index ed291b1..a2ae9ad 100644 --- a/fonts/display.php +++ b/fonts/display.php @@ -30,6 +30,13 @@ $fontname = $matches[1];

here's a sample of the font

+ +

you can use this font by importing it or linking it as a stylesheet:

+
@import https://tilde.team/~ben/fonts//font.css;
+
<link rel="stylesheet" href="https://tilde.team/~ben/fonts//font.css">
+ +

and then using the font name in a font-face css rule:

+
* { font-family: ''; }