diff options
| author | ivar <i@oiee.no> | 2025-10-07 23:32:23 +0200 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-10-07 23:32:23 +0200 |
| commit | c56a27ab8f64712a0ba02112365f412e5d84c723 (patch) | |
| tree | 12e50cbcc3d968303371ef92d8264fdec49a72fc /VegaData/wwwroot/index.html | |
| parent | 36af91f107d5425858ea975e3d8e4d1ab82f2f15 (diff) | |
| download | vegadata-c56a27ab8f64712a0ba02112365f412e5d84c723.tar.xz vegadata-c56a27ab8f64712a0ba02112365f412e5d84c723.zip | |
nn
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; |
