mirror of
https://git.acl.cool/al/pages.git
synced 2025-12-15 20:11:17 -05:00
umbral 5 init
This commit is contained in:
parent
6808af8471
commit
b48dc428ee
10 changed files with 235 additions and 7 deletions
|
|
@ -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));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue