umbral 5 init

This commit is contained in:
Alexander 2025-08-16 09:52:26 -04:00
parent 6808af8471
commit b48dc428ee
10 changed files with 235 additions and 7 deletions

View file

@ -170,6 +170,13 @@
src: url('../assets/fonts/STIXTwo/STIXTwoMath-Regular.woff2') format('woff2');
}
@font-face {
font-family: 'CursivePw';
src: url('../assets/fonts/PlaywriteUSA/PlaywriteUSTrad-Light-Subset.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
:root {
--base-font-size: 16pt;
}
@ -244,10 +251,16 @@ h6 {
code, pre code {
font-family: "Mono";
font-size: calc(0.84 * var(--base-font-size));
font-variant-ligatures: no-contextual;
}
/* for STIX 2 */
math {
font-family: "Math";
font-size: calc(0.96 * var(--base-font-size));
}
.cursive {
font-family: "CursivePw";
font-size: calc(0.86 * var(--base-font-size));
}