summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-05-21 10:56:01 +0200
committerTor Andersson <tor@ccxvii.net>2023-05-21 10:56:06 +0200
commitb75774d5f034b86019179f0cd3204ab5cbbc7299 (patch)
treec2fd71d1b66ead42ddc642923210360ff02758a0
parent5bab9e5fc96ba8b7f5d9f329fd56b8811852fcea (diff)
downloadserver-b75774d5f034b86019179f0cd3204ab5cbbc7299.tar.gz
Remove unused Nimbus Roman web font.
-rw-r--r--public/fonts/NimbusRoman-Bold.woff2bin31780 -> 0 bytes
-rw-r--r--public/fonts/NimbusRoman-BoldItalic.woff2bin33480 -> 0 bytes
-rw-r--r--public/fonts/NimbusRoman-Italic.woff2bin34048 -> 0 bytes
-rw-r--r--public/fonts/NimbusRoman-Regular.woff2bin32108 -> 0 bytes
-rw-r--r--public/fonts/fonts.css5
5 files changed, 0 insertions, 5 deletions
diff --git a/public/fonts/NimbusRoman-Bold.woff2 b/public/fonts/NimbusRoman-Bold.woff2
deleted file mode 100644
index b338318..0000000
--- a/public/fonts/NimbusRoman-Bold.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/NimbusRoman-BoldItalic.woff2 b/public/fonts/NimbusRoman-BoldItalic.woff2
deleted file mode 100644
index d7a92b0..0000000
--- a/public/fonts/NimbusRoman-BoldItalic.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/NimbusRoman-Italic.woff2 b/public/fonts/NimbusRoman-Italic.woff2
deleted file mode 100644
index 4636a09..0000000
--- a/public/fonts/NimbusRoman-Italic.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/NimbusRoman-Regular.woff2 b/public/fonts/NimbusRoman-Regular.woff2
deleted file mode 100644
index 783ecf0..0000000
--- a/public/fonts/NimbusRoman-Regular.woff2
+++ /dev/null
Binary files differ
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')}