summaryrefslogtreecommitdiff
path: root/public/fonts
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-03-05 12:16:11 +0100
committerTor Andersson <tor@ccxvii.net>2022-03-08 00:31:32 +0100
commitacc6351d6e3303523b5cf879ea40be84622d5d37 (patch)
treee48e170016c22b336af606be817915bf38606572 /public/fonts
parent875e12b88f55250c4adb0a5304b150ac00ce4efd (diff)
downloadserver-acc6351d6e3303523b5cf879ea40be84622d5d37.tar.gz
Add Nimbus Roman as Times New Roman web font for rulebooks.
Diffstat (limited to 'public/fonts')
-rw-r--r--public/fonts/NimbusRoman-Bold.woff2bin0 -> 23280 bytes
-rw-r--r--public/fonts/NimbusRoman-BoldItalic.woff2bin0 -> 24584 bytes
-rw-r--r--public/fonts/NimbusRoman-Italic.woff2bin0 -> 25228 bytes
-rw-r--r--public/fonts/NimbusRoman-Regular.woff2bin0 -> 23652 bytes
-rw-r--r--public/fonts/fonts.css5
5 files changed, 5 insertions, 0 deletions
diff --git a/public/fonts/NimbusRoman-Bold.woff2 b/public/fonts/NimbusRoman-Bold.woff2
new file mode 100644
index 0000000..eb9a6c5
--- /dev/null
+++ b/public/fonts/NimbusRoman-Bold.woff2
Binary files differ
diff --git a/public/fonts/NimbusRoman-BoldItalic.woff2 b/public/fonts/NimbusRoman-BoldItalic.woff2
new file mode 100644
index 0000000..483b426
--- /dev/null
+++ b/public/fonts/NimbusRoman-BoldItalic.woff2
Binary files differ
diff --git a/public/fonts/NimbusRoman-Italic.woff2 b/public/fonts/NimbusRoman-Italic.woff2
new file mode 100644
index 0000000..d9d1bad
--- /dev/null
+++ b/public/fonts/NimbusRoman-Italic.woff2
Binary files differ
diff --git a/public/fonts/NimbusRoman-Regular.woff2 b/public/fonts/NimbusRoman-Regular.woff2
new file mode 100644
index 0000000..80a5ad9
--- /dev/null
+++ b/public/fonts/NimbusRoman-Regular.woff2
Binary files 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')}