From b75774d5f034b86019179f0cd3204ab5cbbc7299 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 21 May 2023 10:56:01 +0200 Subject: Remove unused Nimbus Roman web font. --- public/fonts/NimbusRoman-Bold.woff2 | Bin 31780 -> 0 bytes public/fonts/NimbusRoman-BoldItalic.woff2 | Bin 33480 -> 0 bytes public/fonts/NimbusRoman-Italic.woff2 | Bin 34048 -> 0 bytes public/fonts/NimbusRoman-Regular.woff2 | Bin 32108 -> 0 bytes public/fonts/fonts.css | 5 ----- 5 files changed, 5 deletions(-) delete mode 100644 public/fonts/NimbusRoman-Bold.woff2 delete mode 100644 public/fonts/NimbusRoman-BoldItalic.woff2 delete mode 100644 public/fonts/NimbusRoman-Italic.woff2 delete mode 100644 public/fonts/NimbusRoman-Regular.woff2 (limited to 'public/fonts') diff --git a/public/fonts/NimbusRoman-Bold.woff2 b/public/fonts/NimbusRoman-Bold.woff2 deleted file mode 100644 index b338318..0000000 Binary files a/public/fonts/NimbusRoman-Bold.woff2 and /dev/null differ diff --git a/public/fonts/NimbusRoman-BoldItalic.woff2 b/public/fonts/NimbusRoman-BoldItalic.woff2 deleted file mode 100644 index d7a92b0..0000000 Binary files a/public/fonts/NimbusRoman-BoldItalic.woff2 and /dev/null differ diff --git a/public/fonts/NimbusRoman-Italic.woff2 b/public/fonts/NimbusRoman-Italic.woff2 deleted file mode 100644 index 4636a09..0000000 Binary files a/public/fonts/NimbusRoman-Italic.woff2 and /dev/null differ diff --git a/public/fonts/NimbusRoman-Regular.woff2 b/public/fonts/NimbusRoman-Regular.woff2 deleted file mode 100644 index 783ecf0..0000000 Binary files a/public/fonts/NimbusRoman-Regular.woff2 and /dev/null 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')} -- cgit v1.2.3