diff options
Diffstat (limited to 'VegaData/wwwroot/index.html')
| -rw-r--r-- | VegaData/wwwroot/index.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/VegaData/wwwroot/index.html b/VegaData/wwwroot/index.html index 5beab75..18bd9bc 100644 --- a/VegaData/wwwroot/index.html +++ b/VegaData/wwwroot/index.html @@ -5,19 +5,21 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <style> - @font-face { + /* @font-face { font-family: 'Broadsheet Italic'; - src: url('https://vegaeller.oiee.no/Broadsheet Italic/Broadsheet Italic.ttf') format('truetype'); + src: url('/Broadsheet Italic/Broadsheet Italic.ttf') format('truetype'); font-weight: normal; + font-display: auto; font-style: italic; } @font-face { font-family: 'Baskerville No.2 Regular'; - src: url('https://vegaeller.oiee.no/Baskerville No.2 Regular/Baskerville No.2 Regular.otf') format('opentype'); + src: url('/Baskerville No.2 Regular/Baskerville No.2 Regular.otf') format('opentype'); font-weight: normal; + font-display: auto; font-style: normal; - } + } */ .italic { font-family: 'Broadsheet Italic', serif; @@ -45,7 +47,7 @@ li:target { padding-block: 2rem; padding-inline: 1rem; - background-image: url("17.png"); + background-image: url("./17.png"); div:first-of-type { padding-block: .4rem; |
