mirror of
https://git.acl.cool/al/pages.git
synced 2025-12-15 12:01:17 -05:00
save
This commit is contained in:
parent
0c7ff35297
commit
d97fdbdf38
83 changed files with 9769 additions and 7 deletions
|
|
@ -179,28 +179,28 @@
|
|||
|
||||
@font-face {
|
||||
font-family: 'ToaqLatin';
|
||||
src: url('../assets/fonts/NotoSans/NotoSans-Regular.ttf') format('truetype');
|
||||
src: url('../assets/fonts/Charis-7.000/Charis-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');
|
||||
src: url('../assets/fonts/Charis-7.000/Charis-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');
|
||||
src: url('../assets/fonts/Charis-7.000/Charis-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');
|
||||
src: url('../assets/fonts/Charis-7.000/Charis-BoldItalic.ttf') format('truetype');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
|
@ -295,7 +295,7 @@ math {
|
|||
|
||||
.toaq-latin {
|
||||
font-family: "ToaqLatin";
|
||||
font-size: calc(0.84 * var(--base-font-size));
|
||||
font-size: calc(0.92 * var(--base-font-size));
|
||||
}
|
||||
|
||||
.toaq-latin blockquote {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue