Another update
This commit is contained in:
@@ -82,16 +82,23 @@ html {
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Bookinsanity";
|
font-family: "Bookinsanity";
|
||||||
src: url("/fonts/Bookinsanity.otf") format("opentype");
|
src: url("/fonts/Bookinsanity.woff2") format("woff2");
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Nodesto Caps Condensed";
|
font-family: "MrEavesSmallCaps";
|
||||||
src: url("/fonts/Nodesto Caps Condensed.otf") format("opentype");
|
src: url("/fonts/Mr Eaves Small Caps.woff2") format("woff2");
|
||||||
font-weight: normal;
|
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;
|
line-height: 1.3;
|
||||||
color: var(--text-heading);
|
color: var(--text-heading);
|
||||||
font-weight: 700;
|
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 {
|
h1 {
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ const { data: pages } = await useAsyncData('nav', () =>
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<nav>
|
<nav>
|
||||||
<h2>Notes</h2>
|
<h2>Notas</h2>
|
||||||
<TreeNode :nodes="pages" />
|
<TreeNode :nodes="pages" />
|
||||||
</nav>
|
</nav>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
template/public/fonts/Bookinsanity.woff2
Normal file
BIN
template/public/fonts/Bookinsanity.woff2
Normal file
Binary file not shown.
BIN
template/public/fonts/ModestoBold.otf
Normal file
BIN
template/public/fonts/ModestoBold.otf
Normal file
Binary file not shown.
BIN
template/public/fonts/Mr Eaves Small Caps.woff2
Normal file
BIN
template/public/fonts/Mr Eaves Small Caps.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
template/public/fonts/Nodesto Caps Condensed.woff2
Normal file
BIN
template/public/fonts/Nodesto Caps Condensed.woff2
Normal file
Binary file not shown.
Reference in New Issue
Block a user