mirror of
https://git.acl.cool/al/pages.git
synced 2026-02-10 16:58:09 -05:00
added suaqsuese; need to fix block quotes not surrounded by <p> and noto sans blockquote (and <p>) line spacing.
This commit is contained in:
parent
fc7213d12f
commit
3459ff6652
8 changed files with 75 additions and 0 deletions
|
|
@ -177,6 +177,34 @@
|
|||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ToaqLatin';
|
||||
src: url('../assets/fonts/NotoSans/NotoSans-Regular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ToaqLatin';
|
||||
src: url('../assets/fonts/NotoSans/NotoSans-Italic.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ToaqLatin';
|
||||
src: url('../assets/fonts/NotoSans/NotoSans-Bold.ttf') format('truetype');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ToaqLatin';
|
||||
src: url('../assets/fonts/NotoSans/NotoSans-BoldItalic.ttf') format('truetype');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
:root {
|
||||
--base-font-size: 16pt;
|
||||
}
|
||||
|
|
@ -263,4 +291,13 @@ math {
|
|||
.cursive {
|
||||
font-family: "CursivePw";
|
||||
font-size: calc(0.86 * var(--base-font-size));
|
||||
}
|
||||
|
||||
.toaq-latin {
|
||||
font-family: "ToaqLatin";
|
||||
font-size: calc(0.84 * var(--base-font-size));
|
||||
}
|
||||
|
||||
.toaq-latin blockquote {
|
||||
line-height: var(--ui-spacing * 1.5);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue