summaryrefslogtreecommitdiff
path: root/info
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 /info
parentcb598dd992dc13d1e9902a7b1f60b1a5fc410763 (diff)
downloadpax-pamir-ed74f4cde74ed8594edec851bb0ffe027e482d4d.tar.gz
Don't use google fonts for Libre Baskerville in rulebook.
Diffstat (limited to 'info')
-rw-r--r--info/rules.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/info/rules.html b/info/rules.html
index 8525c42..701a108 100644
--- a/info/rules.html
+++ b/info/rules.html
@@ -3,7 +3,7 @@
<head>
<title>Pax Pamir Rules</title>
<link rel="stylesheet" href="/fonts/fonts.css">
-<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
+<link rel="stylesheet" href="../fonts/LibreBaskerville.css">
<style>
body{background-color:slategray}
div{position:relative;background-color:white;margin:1em auto;box-shadow:1px 1px 8px -2px black}