diff --git a/template/app/assets/css/global.css b/template/app/assets/css/global.css index 1f9e2ec..abf893e 100644 --- a/template/app/assets/css/global.css +++ b/template/app/assets/css/global.css @@ -82,16 +82,23 @@ html { @font-face { font-family: "Bookinsanity"; - src: url("/fonts/Bookinsanity.otf") format("opentype"); + src: url("/fonts/Bookinsanity.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; } @font-face { - font-family: "Nodesto Caps Condensed"; - src: url("/fonts/Nodesto Caps Condensed.otf") format("opentype"); - font-weight: normal; + font-family: "MrEavesSmallCaps"; + src: url("/fonts/Mr Eaves Small Caps.woff2") format("woff2"); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: "Modesto Caps Condensed"; + src: url("/fonts/ModestoBold.otf") format("opentype"); + font-weight: bold; } @@ -124,7 +131,11 @@ h1, h2, h3, h4, h5, h6 { line-height: 1.3; color: var(--text-heading); font-weight: 700; - font-family: "Nodesto Caps Condensed", system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; + font-family: "Modesto Caps Condensed", system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; +} + +h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a { + border-bottom: none; } h1 { diff --git a/template/app/components/PageTree.vue b/template/app/components/PageTree.vue index 683f0e1..33ae740 100644 --- a/template/app/components/PageTree.vue +++ b/template/app/components/PageTree.vue @@ -7,7 +7,7 @@ const { data: pages } = await useAsyncData('nav', () => diff --git a/template/public/fonts/Bookinsanity Bold Italic.otf b/template/public/fonts/Bookinsanity Bold Italic.otf deleted file mode 100644 index d5f722a..0000000 Binary files a/template/public/fonts/Bookinsanity Bold Italic.otf and /dev/null differ diff --git a/template/public/fonts/Bookinsanity Bold.otf b/template/public/fonts/Bookinsanity Bold.otf deleted file mode 100644 index 9559b9f..0000000 Binary files a/template/public/fonts/Bookinsanity Bold.otf and /dev/null differ diff --git a/template/public/fonts/Bookinsanity Italic.otf b/template/public/fonts/Bookinsanity Italic.otf deleted file mode 100644 index d80a7ce..0000000 Binary files a/template/public/fonts/Bookinsanity Italic.otf and /dev/null differ diff --git a/template/public/fonts/Bookinsanity.otf b/template/public/fonts/Bookinsanity.otf deleted file mode 100644 index 2797402..0000000 Binary files a/template/public/fonts/Bookinsanity.otf and /dev/null differ diff --git a/template/public/fonts/Bookinsanity.woff2 b/template/public/fonts/Bookinsanity.woff2 new file mode 100644 index 0000000..05c1c9d Binary files /dev/null and b/template/public/fonts/Bookinsanity.woff2 differ diff --git a/template/public/fonts/ModestoBold.otf b/template/public/fonts/ModestoBold.otf new file mode 100644 index 0000000..948ff80 Binary files /dev/null and b/template/public/fonts/ModestoBold.otf differ diff --git a/template/public/fonts/Mr Eaves Small Caps.woff2 b/template/public/fonts/Mr Eaves Small Caps.woff2 new file mode 100644 index 0000000..41ad753 Binary files /dev/null and b/template/public/fonts/Mr Eaves Small Caps.woff2 differ diff --git a/template/public/fonts/Nodesto Caps Condensed Bold Italic.otf b/template/public/fonts/Nodesto Caps Condensed Bold Italic.otf deleted file mode 100644 index 5310f11..0000000 Binary files a/template/public/fonts/Nodesto Caps Condensed Bold Italic.otf and /dev/null differ diff --git a/template/public/fonts/Nodesto Caps Condensed Bold.otf b/template/public/fonts/Nodesto Caps Condensed Bold.otf deleted file mode 100644 index 84ceb42..0000000 Binary files a/template/public/fonts/Nodesto Caps Condensed Bold.otf and /dev/null differ diff --git a/template/public/fonts/Nodesto Caps Condensed Italic.otf b/template/public/fonts/Nodesto Caps Condensed Italic.otf deleted file mode 100644 index a036876..0000000 Binary files a/template/public/fonts/Nodesto Caps Condensed Italic.otf and /dev/null differ diff --git a/template/public/fonts/Nodesto Caps Condensed.otf b/template/public/fonts/Nodesto Caps Condensed.otf deleted file mode 100644 index 2c4117d..0000000 Binary files a/template/public/fonts/Nodesto Caps Condensed.otf and /dev/null differ diff --git a/template/public/fonts/Nodesto Caps Condensed.woff2 b/template/public/fonts/Nodesto Caps Condensed.woff2 new file mode 100644 index 0000000..335079b Binary files /dev/null and b/template/public/fonts/Nodesto Caps Condensed.woff2 differ