aboutsummaryrefslogtreecommitdiffstats
path: root/VegaData/wwwroot/index.html
diff options
context:
space:
mode:
authorivar <i@oiee.no>2025-10-22 23:10:30 +0200
committerivar <i@oiee.no>2025-10-22 23:10:30 +0200
commit4f57e4d7ae2b1fac7c766543e0808820480ffe65 (patch)
tree2e2e0e4f97651fdbbf0de16c672322e5c1e5734b /VegaData/wwwroot/index.html
parent022136082fa348fc7d6b67938344d50342f92e1b (diff)
downloadvegadata-4f57e4d7ae2b1fac7c766543e0808820480ffe65.tar.xz
vegadata-4f57e4d7ae2b1fac7c766543e0808820480ffe65.zip
feat: Remove custom font
Diffstat (limited to 'VegaData/wwwroot/index.html')
-rw-r--r--VegaData/wwwroot/index.html24
1 files changed, 0 insertions, 24 deletions
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;
}