diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-11-01 14:27:25 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-11-01 14:27:31 +0100 |
commit | 27864b8693d587285fa80a1b0f60c196a99b77a1 (patch) | |
tree | de055a19f5508d722d47826dc597ee49da37b373 /play.html | |
parent | 02a81dfcc5beb1fbe784a3e261fd6416590f4755 (diff) | |
download | algeria-27864b8693d587285fa80a1b0f60c196a99b77a1.tar.gz |
Fix webfont URL.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -14,10 +14,10 @@ <script defer src="play.js"></script> <style> -@font-face { font-family: "URW Gothic"; src: url(URWGothic-Book.woff2); } -@font-face { font-family: "URW Gothic"; font-weight: bold; src: url(URWGothic-Demi.woff2); } -@font-face { font-family: "URW Gothic"; font-style: italic; src: url(URWGothic-BookOblique.woff2); } -@font-face { font-family: "URW Gothic"; font-style: italic; font-weight: bold; src: url(URWGothic-DemiOblique.woff2); } +@font-face { font-family: "URW Gothic"; src: url(fonts/URWGothic-Book.woff2); } +@font-face { font-family: "URW Gothic"; font-weight: bold; src: url(fonts/URWGothic-Demi.woff2); } +@font-face { font-family: "URW Gothic"; font-style: italic; src: url(fonts/URWGothic-BookOblique.woff2); } +@font-face { font-family: "URW Gothic"; font-style: italic; font-weight: bold; src: url(fonts/URWGothic-DemiOblique.woff2); } :root { --area-highlight-color: white; |