summaryrefslogtreecommitdiff
path: root/fonts/LibreBaskerville.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-08-03 19:22:40 +0200
committerTor Andersson <tor@ccxvii.net>2023-02-18 12:31:29 +0100
commited74f4cde74ed8594edec851bb0ffe027e482d4d (patch)
treeecb3d8e92da57099a8489a334dd380c76cc7a588 /fonts/LibreBaskerville.css
parentcb598dd992dc13d1e9902a7b1f60b1a5fc410763 (diff)
downloadpax-pamir-ed74f4cde74ed8594edec851bb0ffe027e482d4d.tar.gz
Don't use google fonts for Libre Baskerville in rulebook.
Diffstat (limited to 'fonts/LibreBaskerville.css')
-rw-r--r--fonts/LibreBaskerville.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/fonts/LibreBaskerville.css b/fonts/LibreBaskerville.css
new file mode 100644
index 0000000..844d0d2
--- /dev/null
+++ b/fonts/LibreBaskerville.css
@@ -0,0 +1,18 @@
+@font-face {
+ font-family: 'Libre Baskerville';
+ font-style: italic;
+ font-weight: 400;
+ src: url(LibreBaskerville-Italic.woff2) format('woff2');
+}
+@font-face {
+ font-family: 'Libre Baskerville';
+ font-style: normal;
+ font-weight: 400;
+ src: url(LibreBaskerville-Regular.woff2) format('woff2');
+}
+@font-face {
+ font-family: 'Libre Baskerville';
+ font-style: normal;
+ font-weight: 700;
+ src: url(LibreBaskerville-Bold.woff2) format('woff2');
+}