diff --git a/1/index.html b/1/index.html index 76444f02..38dae9a9 100644 --- a/1/index.html +++ b/1/index.html @@ -153,6 +153,7 @@ grid-area: h2; padding: .25rem .5rem; text-transform: uppercase; + font-family: var(--font-family); font-size: 1.5rem; color: var(--color-primary); border-radius: 1rem 1rem 0 0; @@ -262,10 +263,18 @@ .tag:nth-child(odd) p { text-align: right; } +@font-face { + font-family: "Peritel"; + src: + url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"), + url("/fonts/Peritel/Peritel-Regular.otf") format("opentype"); +} + :root { color-scheme: light dark; --font-family: 'Atkinson Hyperlegible Next', sans-serif; + --font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif; --font-family-code: 'Atkinson Hyperlegible Mono', monospace; --color-dark: #2e303e; @@ -359,11 +368,13 @@ main { h1, h2, h3, h4, h5, h6 { line-height: 1.25; color: var(--color-teal); + font-family: var(--font-family-headers); + letter-spacing: 0.1rem; } h1 { margin-top: 3rem; - font-size: 3.5rem; + font-size: 3.7rem; text-align: center; } @@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 { h2 { margin-top: 2rem; - font-size: 2.2rem; + font-size: 2.35rem; } h3 { margin-top: 1.5rem; - font-size: 1.6rem; + font-size: 1.7rem; } @media (max-width: 650px) { - h1 { font-size: 2.8rem; } - h2 { font-size: 1.8rem; } - h3 { font-size: 1.35rem; } + h1 { font-size: 2.95rem; } + h2 { font-size: 1.9rem; } + h3 { font-size: 1.4rem; } } h4, h5, h6 { margin-top: 1rem; - font-size: 1.2rem; + font-size: 1.25rem; } /* Images */ @@ -1643,6 +1654,6 @@ switch (currentThemeValue) { - + diff --git a/10/index.html b/10/index.html index 78e6e9f1..cbac1390 100644 --- a/10/index.html +++ b/10/index.html @@ -153,6 +153,7 @@ grid-area: h2; padding: .25rem .5rem; text-transform: uppercase; + font-family: var(--font-family); font-size: 1.5rem; color: var(--color-primary); border-radius: 1rem 1rem 0 0; @@ -262,10 +263,18 @@ .tag:nth-child(odd) p { text-align: right; } +@font-face { + font-family: "Peritel"; + src: + url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"), + url("/fonts/Peritel/Peritel-Regular.otf") format("opentype"); +} + :root { color-scheme: light dark; --font-family: 'Atkinson Hyperlegible Next', sans-serif; + --font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif; --font-family-code: 'Atkinson Hyperlegible Mono', monospace; --color-dark: #2e303e; @@ -359,11 +368,13 @@ main { h1, h2, h3, h4, h5, h6 { line-height: 1.25; color: var(--color-teal); + font-family: var(--font-family-headers); + letter-spacing: 0.1rem; } h1 { margin-top: 3rem; - font-size: 3.5rem; + font-size: 3.7rem; text-align: center; } @@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 { h2 { margin-top: 2rem; - font-size: 2.2rem; + font-size: 2.35rem; } h3 { margin-top: 1.5rem; - font-size: 1.6rem; + font-size: 1.7rem; } @media (max-width: 650px) { - h1 { font-size: 2.8rem; } - h2 { font-size: 1.8rem; } - h3 { font-size: 1.35rem; } + h1 { font-size: 2.95rem; } + h2 { font-size: 1.9rem; } + h3 { font-size: 1.4rem; } } h4, h5, h6 { margin-top: 1rem; - font-size: 1.2rem; + font-size: 1.25rem; } /* Images */ @@ -1691,6 +1702,6 @@ switch (currentThemeValue) { - + diff --git a/11/index.html b/11/index.html index e0310a1f..5de78495 100644 --- a/11/index.html +++ b/11/index.html @@ -153,6 +153,7 @@ grid-area: h2; padding: .25rem .5rem; text-transform: uppercase; + font-family: var(--font-family); font-size: 1.5rem; color: var(--color-primary); border-radius: 1rem 1rem 0 0; @@ -262,10 +263,18 @@ .tag:nth-child(odd) p { text-align: right; } +@font-face { + font-family: "Peritel"; + src: + url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"), + url("/fonts/Peritel/Peritel-Regular.otf") format("opentype"); +} + :root { color-scheme: light dark; --font-family: 'Atkinson Hyperlegible Next', sans-serif; + --font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif; --font-family-code: 'Atkinson Hyperlegible Mono', monospace; --color-dark: #2e303e; @@ -359,11 +368,13 @@ main { h1, h2, h3, h4, h5, h6 { line-height: 1.25; color: var(--color-teal); + font-family: var(--font-family-headers); + letter-spacing: 0.1rem; } h1 { margin-top: 3rem; - font-size: 3.5rem; + font-size: 3.7rem; text-align: center; } @@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 { h2 { margin-top: 2rem; - font-size: 2.2rem; + font-size: 2.35rem; } h3 { margin-top: 1.5rem; - font-size: 1.6rem; + font-size: 1.7rem; } @media (max-width: 650px) { - h1 { font-size: 2.8rem; } - h2 { font-size: 1.8rem; } - h3 { font-size: 1.35rem; } + h1 { font-size: 2.95rem; } + h2 { font-size: 1.9rem; } + h3 { font-size: 1.4rem; } } h4, h5, h6 { margin-top: 1rem; - font-size: 1.2rem; + font-size: 1.25rem; } /* Images */ @@ -1659,6 +1670,6 @@ switch (currentThemeValue) { - + diff --git a/12/index.html b/12/index.html index b98147d2..c94ed960 100644 --- a/12/index.html +++ b/12/index.html @@ -153,6 +153,7 @@ grid-area: h2; padding: .25rem .5rem; text-transform: uppercase; + font-family: var(--font-family); font-size: 1.5rem; color: var(--color-primary); border-radius: 1rem 1rem 0 0; @@ -262,10 +263,18 @@ .tag:nth-child(odd) p { text-align: right; } +@font-face { + font-family: "Peritel"; + src: + url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"), + url("/fonts/Peritel/Peritel-Regular.otf") format("opentype"); +} + :root { color-scheme: light dark; --font-family: 'Atkinson Hyperlegible Next', sans-serif; + --font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif; --font-family-code: 'Atkinson Hyperlegible Mono', monospace; --color-dark: #2e303e; @@ -359,11 +368,13 @@ main { h1, h2, h3, h4, h5, h6 { line-height: 1.25; color: var(--color-teal); + font-family: var(--font-family-headers); + letter-spacing: 0.1rem; } h1 { margin-top: 3rem; - font-size: 3.5rem; + font-size: 3.7rem; text-align: center; } @@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 { h2 { margin-top: 2rem; - font-size: 2.2rem; + font-size: 2.35rem; } h3 { margin-top: 1.5rem; - font-size: 1.6rem; + font-size: 1.7rem; } @media (max-width: 650px) { - h1 { font-size: 2.8rem; } - h2 { font-size: 1.8rem; } - h3 { font-size: 1.35rem; } + h1 { font-size: 2.95rem; } + h2 { font-size: 1.9rem; } + h3 { font-size: 1.4rem; } } h4, h5, h6 { margin-top: 1rem; - font-size: 1.2rem; + font-size: 1.25rem; } /* Images */ @@ -1679,6 +1690,6 @@ switch (currentThemeValue) { - + diff --git a/13/index.html b/13/index.html index 900828d1..f54c6a44 100644 --- a/13/index.html +++ b/13/index.html @@ -153,6 +153,7 @@ grid-area: h2; padding: .25rem .5rem; text-transform: uppercase; + font-family: var(--font-family); font-size: 1.5rem; color: var(--color-primary); border-radius: 1rem 1rem 0 0; @@ -262,10 +263,18 @@ .tag:nth-child(odd) p { text-align: right; } +@font-face { + font-family: "Peritel"; + src: + url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"), + url("/fonts/Peritel/Peritel-Regular.otf") format("opentype"); +} + :root { color-scheme: light dark; --font-family: 'Atkinson Hyperlegible Next', sans-serif; + --font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif; --font-family-code: 'Atkinson Hyperlegible Mono', monospace; --color-dark: #2e303e; @@ -359,11 +368,13 @@ main { h1, h2, h3, h4, h5, h6 { line-height: 1.25; color: var(--color-teal); + font-family: var(--font-family-headers); + letter-spacing: 0.1rem; } h1 { margin-top: 3rem; - font-size: 3.5rem; + font-size: 3.7rem; text-align: center; } @@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 { h2 { margin-top: 2rem; - font-size: 2.2rem; + font-size: 2.35rem; } h3 { margin-top: 1.5rem; - font-size: 1.6rem; + font-size: 1.7rem; } @media (max-width: 650px) { - h1 { font-size: 2.8rem; } - h2 { font-size: 1.8rem; } - h3 { font-size: 1.35rem; } + h1 { font-size: 2.95rem; } + h2 { font-size: 1.9rem; } + h3 { font-size: 1.4rem; } } h4, h5, h6 { margin-top: 1rem; - font-size: 1.2rem; + font-size: 1.25rem; } /* Images */ @@ -1671,6 +1682,6 @@ switch (currentThemeValue) { - + diff --git a/14/index.html b/14/index.html index 24cd5f34..1af4cbff 100644 --- a/14/index.html +++ b/14/index.html @@ -153,6 +153,7 @@ grid-area: h2; padding: .25rem .5rem; text-transform: uppercase; + font-family: var(--font-family); font-size: 1.5rem; color: var(--color-primary); border-radius: 1rem 1rem 0 0; @@ -262,10 +263,18 @@ .tag:nth-child(odd) p { text-align: right; } +@font-face { + font-family: "Peritel"; + src: + url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"), + url("/fonts/Peritel/Peritel-Regular.otf") format("opentype"); +} + :root { color-scheme: light dark; --font-family: 'Atkinson Hyperlegible Next', sans-serif; + --font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif; --font-family-code: 'Atkinson Hyperlegible Mono', monospace; --color-dark: #2e303e; @@ -359,11 +368,13 @@ main { h1, h2, h3, h4, h5, h6 { line-height: 1.25; color: var(--color-teal); + font-family: var(--font-family-headers); + letter-spacing: 0.1rem; } h1 { margin-top: 3rem; - font-size: 3.5rem; + font-size: 3.7rem; text-align: center; } @@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 { h2 { margin-top: 2rem; - font-size: 2.2rem; + font-size: 2.35rem; } h3 { margin-top: 1.5rem; - font-size: 1.6rem; + font-size: 1.7rem; } @media (max-width: 650px) { - h1 { font-size: 2.8rem; } - h2 { font-size: 1.8rem; } - h3 { font-size: 1.35rem; } + h1 { font-size: 2.95rem; } + h2 { font-size: 1.9rem; } + h3 { font-size: 1.4rem; } } h4, h5, h6 { margin-top: 1rem; - font-size: 1.2rem; + font-size: 1.25rem; } /* Images */ @@ -1645,6 +1656,6 @@ switch (currentThemeValue) { - + diff --git a/15/index.html b/15/index.html index dd133603..2d9a4e9f 100644 --- a/15/index.html +++ b/15/index.html @@ -153,6 +153,7 @@ grid-area: h2; padding: .25rem .5rem; text-transform: uppercase; + font-family: var(--font-family); font-size: 1.5rem; color: var(--color-primary); border-radius: 1rem 1rem 0 0; @@ -262,10 +263,18 @@ .tag:nth-child(odd) p { text-align: right; } +@font-face { + font-family: "Peritel"; + src: + url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"), + url("/fonts/Peritel/Peritel-Regular.otf") format("opentype"); +} + :root { color-scheme: light dark; --font-family: 'Atkinson Hyperlegible Next', sans-serif; + --font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif; --font-family-code: 'Atkinson Hyperlegible Mono', monospace; --color-dark: #2e303e; @@ -359,11 +368,13 @@ main { h1, h2, h3, h4, h5, h6 { line-height: 1.25; color: var(--color-teal); + font-family: var(--font-family-headers); + letter-spacing: 0.1rem; } h1 { margin-top: 3rem; - font-size: 3.5rem; + font-size: 3.7rem; text-align: center; } @@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 { h2 { margin-top: 2rem; - font-size: 2.2rem; + font-size: 2.35rem; } h3 { margin-top: 1.5rem; - font-size: 1.6rem; + font-size: 1.7rem; } @media (max-width: 650px) { - h1 { font-size: 2.8rem; } - h2 { font-size: 1.8rem; } - h3 { font-size: 1.35rem; } + h1 { font-size: 2.95rem; } + h2 { font-size: 1.9rem; } + h3 { font-size: 1.4rem; } } h4, h5, h6 { margin-top: 1rem; - font-size: 1.2rem; + font-size: 1.25rem; } /* Images */ @@ -1543,6 +1554,6 @@ switch (currentThemeValue) { - + diff --git a/2/index.html b/2/index.html index 5346eeb4..5368419c 100644 --- a/2/index.html +++ b/2/index.html @@ -153,6 +153,7 @@ grid-area: h2; padding: .25rem .5rem; text-transform: uppercase; + font-family: var(--font-family); font-size: 1.5rem; color: var(--color-primary); border-radius: 1rem 1rem 0 0; @@ -262,10 +263,18 @@ .tag:nth-child(odd) p { text-align: right; } +@font-face { + font-family: "Peritel"; + src: + url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"), + url("/fonts/Peritel/Peritel-Regular.otf") format("opentype"); +} + :root { color-scheme: light dark; --font-family: 'Atkinson Hyperlegible Next', sans-serif; + --font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif; --font-family-code: 'Atkinson Hyperlegible Mono', monospace; --color-dark: #2e303e; @@ -359,11 +368,13 @@ main { h1, h2, h3, h4, h5, h6 { line-height: 1.25; color: var(--color-teal); + font-family: var(--font-family-headers); + letter-spacing: 0.1rem; } h1 { margin-top: 3rem; - font-size: 3.5rem; + font-size: 3.7rem; text-align: center; } @@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 { h2 { margin-top: 2rem; - font-size: 2.2rem; + font-size: 2.35rem; } h3 { margin-top: 1.5rem; - font-size: 1.6rem; + font-size: 1.7rem; } @media (max-width: 650px) { - h1 { font-size: 2.8rem; } - h2 { font-size: 1.8rem; } - h3 { font-size: 1.35rem; } + h1 { font-size: 2.95rem; } + h2 { font-size: 1.9rem; } + h3 { font-size: 1.4rem; } } h4, h5, h6 { margin-top: 1rem; - font-size: 1.2rem; + font-size: 1.25rem; } /* Images */ @@ -1643,6 +1654,6 @@ switch (currentThemeValue) { - + diff --git a/3/index.html b/3/index.html index 5adf3112..87b4e727 100644 --- a/3/index.html +++ b/3/index.html @@ -153,6 +153,7 @@ grid-area: h2; padding: .25rem .5rem; text-transform: uppercase; + font-family: var(--font-family); font-size: 1.5rem; color: var(--color-primary); border-radius: 1rem 1rem 0 0; @@ -262,10 +263,18 @@ .tag:nth-child(odd) p { text-align: right; } +@font-face { + font-family: "Peritel"; + src: + url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"), + url("/fonts/Peritel/Peritel-Regular.otf") format("opentype"); +} + :root { color-scheme: light dark; --font-family: 'Atkinson Hyperlegible Next', sans-serif; + --font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif; --font-family-code: 'Atkinson Hyperlegible Mono', monospace; --color-dark: #2e303e; @@ -359,11 +368,13 @@ main { h1, h2, h3, h4, h5, h6 { line-height: 1.25; color: var(--color-teal); + font-family: var(--font-family-headers); + letter-spacing: 0.1rem; } h1 { margin-top: 3rem; - font-size: 3.5rem; + font-size: 3.7rem; text-align: center; } @@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 { h2 { margin-top: 2rem; - font-size: 2.2rem; + font-size: 2.35rem; } h3 { margin-top: 1.5rem; - font-size: 1.6rem; + font-size: 1.7rem; } @media (max-width: 650px) { - h1 { font-size: 2.8rem; } - h2 { font-size: 1.8rem; } - h3 { font-size: 1.35rem; } + h1 { font-size: 2.95rem; } + h2 { font-size: 1.9rem; } + h3 { font-size: 1.4rem; } } h4, h5, h6 { margin-top: 1rem; - font-size: 1.2rem; + font-size: 1.25rem; } /* Images */ @@ -1647,6 +1658,6 @@ switch (currentThemeValue) { - + diff --git a/4/index.html b/4/index.html index 00708222..471bbec3 100644 --- a/4/index.html +++ b/4/index.html @@ -153,6 +153,7 @@ grid-area: h2; padding: .25rem .5rem; text-transform: uppercase; + font-family: var(--font-family); font-size: 1.5rem; color: var(--color-primary); border-radius: 1rem 1rem 0 0; @@ -262,10 +263,18 @@ .tag:nth-child(odd) p { text-align: right; } +@font-face { + font-family: "Peritel"; + src: + url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"), + url("/fonts/Peritel/Peritel-Regular.otf") format("opentype"); +} + :root { color-scheme: light dark; --font-family: 'Atkinson Hyperlegible Next', sans-serif; + --font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif; --font-family-code: 'Atkinson Hyperlegible Mono', monospace; --color-dark: #2e303e; @@ -359,11 +368,13 @@ main { h1, h2, h3, h4, h5, h6 { line-height: 1.25; color: var(--color-teal); + font-family: var(--font-family-headers); + letter-spacing: 0.1rem; } h1 { margin-top: 3rem; - font-size: 3.5rem; + font-size: 3.7rem; text-align: center; } @@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 { h2 { margin-top: 2rem; - font-size: 2.2rem; + font-size: 2.35rem; } h3 { margin-top: 1.5rem; - font-size: 1.6rem; + font-size: 1.7rem; } @media (max-width: 650px) { - h1 { font-size: 2.8rem; } - h2 { font-size: 1.8rem; } - h3 { font-size: 1.35rem; } + h1 { font-size: 2.95rem; } + h2 { font-size: 1.9rem; } + h3 { font-size: 1.4rem; } } h4, h5, h6 { margin-top: 1rem; - font-size: 1.2rem; + font-size: 1.25rem; } /* Images */ @@ -1655,6 +1666,6 @@ switch (currentThemeValue) { - + diff --git a/404.html b/404.html index fec165a6..146ba7e9 100644 --- a/404.html +++ b/404.html @@ -40,10 +40,18 @@ -