From 43c5b5a113922b22c296106b0045f73349868619 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 19 Feb 2020 20:06:25 -0500 Subject: [PATCH] add font usage info --- fonts/display.php | 7 +++++++ 1 file changed, 7 insertions(+) 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: ''; }