diff options
| -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"); |
