From db1470db2394c5bb02ff5f697952e13ebeb5716a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 3 Apr 2024 23:50:34 +0300 Subject: Update content for html --- style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 9a74645a..a81995e0 100644 --- a/style.css +++ b/style.css @@ -1,25 +1,25 @@ @font-face { - font-family: 'text', monospace; + font-family: 'text'; src: url("./text.ttf") format("truetype"); } @font-face { - font-family: 'code', monospace; + font-family: 'code'; src: url("./code.ttf") format("truetype"); } @font-face { - font-family: 'handnotes', monospace; + font-family: 'handnotes'; src: url("./handnotes.ttf") format("truetype"); } @font-face { - font-family: 'typewriter', monospace; + font-family: 'typewriter'; src: url("./typewriter.ttf") format("truetype"); } body { - font-family: text; + font-family: text, monospace; max-width: 1024px; padding: 20px 20px; margin: 20px auto; @@ -87,7 +87,7 @@ img { } pre { - font-family: code; + font-family: code, monospace; padding: 0; overflow-x: auto; scrollbar-width: none; @@ -101,7 +101,7 @@ pre { } span.inlinecode { - font-family: code; + font-family: code, monospace; border: 1px solid #000000; padding: 1px; color: grey; -- cgit v1.2.3