added suaqsuese; need to fix block quotes not surrounded by <p> and noto sans blockquote (and <p>) line spacing.

This commit is contained in:
Alexander 2025-10-29 15:20:10 -04:00
parent fc7213d12f
commit 3459ff6652
8 changed files with 75 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# Seeking the Chill\
# of the High-Def Screen
Artificial print artifacts are added to typefaces to a) make them feel "warmer" or b) adhere faithfully to a source type's realization in some actual printed material. I tend not to enjoy these sorts of things, preferring my typefaces natural, unfiltered, sharp. Adding print artifacts is actually relatively easy with path post-processing or other computational methods--- taking it away is more challenging
So, I made a tool for that, and now I have a nice, sharp rendition of Libre Franklin.
## Background
## Results
## Using the Tool Yourself

View file

@ -0,0 +1,23 @@
# Ké Suaqsuese po ké\
# Jiao Abarahamchuaq
Here's the Lord's Prayer, translated into the constructed language [Toaq](https://toaq.net).
{.toaq-latin}
> Hóı ké naqpao ı̂me, jü nıe hóa súoga, jıaobo ké chua sûq ba.\
> Ké regu ruai po súq bï, sha ti hóq nı́ ba.\
> Ké tı̣aojai sûq bï, juna hóq tı̂ gája nạ́sıu hao hóq tî súoga ba.\
> Do súq íme ké nam po tú chaq ba.\
> Ruao súq ı́me nạ́sıu ruao ı́me ꝡé sạcheom cû íme hóa ba.\
> Caq súq íme cá ꝡá aojaı ı́me báq huı búru ꝡá gıcıa bebọcheom ı́me ba.
And in English, in case you need it.
> Our Father, who art in heaven, hallowed be thy name.\
> Thy kingdom come,\
> thy will be done, on earth, as it is in heaven.\
> Give us this day our daily bread\
> and forgive us our trespasses as we forgive those who trespass against us;\
> and lead us not into temptation, but deliver us from evil.
I'll likely update this page as I come up with better translations.

View file

@ -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);
}

View file

@ -84,6 +84,7 @@ h5+*,
h6+* {
margin-top: 0;
padding-top: calc(var(--base-font-size) * (2/3));
padding-bottom: 0.05px;
}
blockquote {
@ -92,6 +93,8 @@ blockquote {
border-left: 4px solid var(--darkest-color);
padding-left: 0.45em;
margin: 0;
/* padding-top: 0.05px; */
/* padding-bottom: 0.05px; */
}
blockquote:has(p + p) {

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.