From aacca061ad22f792eebcdcf5d55243225c28c885 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 17 May 2024 23:53:09 +0300 Subject: add spacings --- extras/html/style-business.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extras/html') diff --git a/extras/html/style-business.css b/extras/html/style-business.css index 0581633..e90851c 100644 --- a/extras/html/style-business.css +++ b/extras/html/style-business.css @@ -2,18 +2,22 @@ font-family: 'text'; src: url("./text.ttf") format("truetype"); } + @font-face { font-family: 'heading'; src: url("./heading.ttf") format("truetype"); } + @font-face { font-family: 'code'; src: url("./code.ttf") format("truetype"); } + @font-face { font-family: 'handnotes'; src: url("./handnotes.ttf") format("truetype"); } + @font-face { font-family: 'typewriter'; src: url("./typewriter.ttf") format("truetype"); -- cgit v1.2.3