diff options
| author | Paul Buetow <paul@buetow.org> | 2024-05-17 23:53:09 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-05-17 23:53:09 +0300 |
| commit | aacca061ad22f792eebcdcf5d55243225c28c885 (patch) | |
| tree | fae65433406f6c0362053a00827ff68592771ecd /extras/html | |
| parent | c6ca611809f3149d330908207b746390725e6a88 (diff) | |
add spacings
Diffstat (limited to 'extras/html')
| -rw-r--r-- | extras/html/style-business.css | 4 |
1 files changed, 4 insertions, 0 deletions
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"); |
