From acc6351d6e3303523b5cf879ea40be84622d5d37 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 5 Mar 2022 12:16:11 +0100 Subject: Add Nimbus Roman as Times New Roman web font for rulebooks. --- public/fonts/NimbusRoman-Bold.woff2 | Bin 0 -> 23280 bytes public/fonts/NimbusRoman-BoldItalic.woff2 | Bin 0 -> 24584 bytes public/fonts/NimbusRoman-Italic.woff2 | Bin 0 -> 25228 bytes public/fonts/NimbusRoman-Regular.woff2 | Bin 0 -> 23652 bytes public/fonts/fonts.css | 5 +++++ 5 files changed, 5 insertions(+) create mode 100644 public/fonts/NimbusRoman-Bold.woff2 create mode 100644 public/fonts/NimbusRoman-BoldItalic.woff2 create mode 100644 public/fonts/NimbusRoman-Italic.woff2 create 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 new file mode 100644 index 0000000..eb9a6c5 Binary files /dev/null and b/public/fonts/NimbusRoman-Bold.woff2 differ diff --git a/public/fonts/NimbusRoman-BoldItalic.woff2 b/public/fonts/NimbusRoman-BoldItalic.woff2 new file mode 100644 index 0000000..483b426 Binary files /dev/null and b/public/fonts/NimbusRoman-BoldItalic.woff2 differ diff --git a/public/fonts/NimbusRoman-Italic.woff2 b/public/fonts/NimbusRoman-Italic.woff2 new file mode 100644 index 0000000..d9d1bad Binary files /dev/null and b/public/fonts/NimbusRoman-Italic.woff2 differ diff --git a/public/fonts/NimbusRoman-Regular.woff2 b/public/fonts/NimbusRoman-Regular.woff2 new file mode 100644 index 0000000..80a5ad9 Binary files /dev/null and b/public/fonts/NimbusRoman-Regular.woff2 differ diff --git a/public/fonts/fonts.css b/public/fonts/fonts.css index 5d47424..e963fe4 100644 --- a/public/fonts/fonts.css +++ b/public/fonts/fonts.css @@ -21,3 +21,8 @@ @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