Skip to content

Commit

Permalink
use halt instead of palt
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Nov 29, 2024
1 parent b322ad3 commit 8034046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/PageHeader.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Title = isHome ? 'p' : 'h1';
</Nav>

<Title
class="text-pretty text-2xl font-bold leading-tight kerning-all [hanging-punctuation:none] [word-break:auto-phrase]"
class="text-pretty text-2xl font-bold leading-tight [font-feature-settings:'halt'] [hanging-punctuation:none] [word-break:auto-phrase]"
set:html={title}
/>

Expand Down
2 changes: 1 addition & 1 deletion src/styles/components/prose.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
h2 {
font-size: theme(fontSize.2xl);
font-kerning: normal;
font-feature-settings: 'palt';
font-feature-settings: 'halt';
}

h3 {
Expand Down

0 comments on commit 8034046

Please sign in to comment.