diff options
| author | ivar <i@oiee.no> | 2025-10-22 23:10:30 +0200 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-10-22 23:10:30 +0200 |
| commit | 4f57e4d7ae2b1fac7c766543e0808820480ffe65 (patch) | |
| tree | 2e2e0e4f97651fdbbf0de16c672322e5c1e5734b /VegaData/wwwroot | |
| parent | 022136082fa348fc7d6b67938344d50342f92e1b (diff) | |
| download | vegadata-4f57e4d7ae2b1fac7c766543e0808820480ffe65.tar.xz vegadata-4f57e4d7ae2b1fac7c766543e0808820480ffe65.zip | |
feat: Remove custom font
Diffstat (limited to 'VegaData/wwwroot')
| -rw-r--r-- | VegaData/wwwroot/Baskerville No.2 Regular/Baskerville No.2 Regular.otf | bin | 33308 -> 0 bytes | |||
| -rw-r--r-- | VegaData/wwwroot/Broadsheet Italic/Broadsheet Italic.ttf | bin | 132156 -> 0 bytes | |||
| -rw-r--r-- | VegaData/wwwroot/index.html | 24 |
3 files changed, 0 insertions, 24 deletions
diff --git a/VegaData/wwwroot/Baskerville No.2 Regular/Baskerville No.2 Regular.otf b/VegaData/wwwroot/Baskerville No.2 Regular/Baskerville No.2 Regular.otf Binary files differdeleted file mode 100644 index 35da359..0000000 --- a/VegaData/wwwroot/Baskerville No.2 Regular/Baskerville No.2 Regular.otf +++ /dev/null diff --git a/VegaData/wwwroot/Broadsheet Italic/Broadsheet Italic.ttf b/VegaData/wwwroot/Broadsheet Italic/Broadsheet Italic.ttf Binary files differdeleted file mode 100644 index 443d2ab..0000000 --- a/VegaData/wwwroot/Broadsheet Italic/Broadsheet Italic.ttf +++ /dev/null diff --git a/VegaData/wwwroot/index.html b/VegaData/wwwroot/index.html index 8cca14e..a47b9e2 100644 --- a/VegaData/wwwroot/index.html +++ b/VegaData/wwwroot/index.html @@ -5,30 +5,6 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <style> - @font-face { - font-family: 'Broadsheet Italic'; - 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('/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; - } - - .regular { - font-family: 'Baskerville No.2 Regular', serif; - } - * { box-sizing: border-box; } |
