diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-05-21 10:56:01 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-21 10:56:06 +0200 |
commit | b75774d5f034b86019179f0cd3204ab5cbbc7299 (patch) | |
tree | c2fd71d1b66ead42ddc642923210360ff02758a0 /public/fonts/fonts.css | |
parent | 5bab9e5fc96ba8b7f5d9f329fd56b8811852fcea (diff) | |
download | server-b75774d5f034b86019179f0cd3204ab5cbbc7299.tar.gz |
Remove unused Nimbus Roman web font.
Diffstat (limited to 'public/fonts/fonts.css')
-rw-r--r-- | public/fonts/fonts.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/public/fonts/fonts.css b/public/fonts/fonts.css index e963fe4..5d47424 100644 --- a/public/fonts/fonts.css +++ b/public/fonts/fonts.css @@ -21,8 +21,3 @@ @font-face{font-family:'Gentium Basic';font-style:italic;src:url('GentiumBasic-Italic.woff2')format('woff2')} @font-face{font-family:'Gentium Basic';font-weight:bold;src:url('GentiumBasic-Bold.woff2')format('woff2')} @font-face{font-family:'Gentium Basic';font-weight:bold;font-style:italic;src:url('GentiumBasic-BoldItalic.woff2')format('woff2')} - -@font-face{font-family:'Times New Roman';font-weight:bold;src:url('NimbusRoman-Bold.woff2')format('woff2')} -@font-face{font-family:'Times New Roman';font-weight:bold;font-style:italic;src:url('NimbusRoman-BoldItalic.woff2')format('woff2')} -@font-face{font-family:'Times New Roman';font-style:italic;src:url('NimbusRoman-Italic.woff2')format('woff2')} -@font-face{font-family:'Times New Roman';src:url('NimbusRoman-Regular.woff2')format('woff2')} |