Skip to content

Commit

Permalink
drop halt
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Nov 30, 2024
1 parent 3f023c9 commit 860cb33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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 [font-feature-settings:'halt'] [hanging-punctuation:none] [word-break:auto-phrase]"
class="text-pretty text-2xl font-bold leading-tight [hanging-punctuation:none] [word-break:auto-phrase]"
set:html={title}
/>

Expand Down
1 change: 0 additions & 1 deletion src/styles/components/prose.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
hanging-punctuation: none;
font-weight: bold;
line-height: theme(lineHeight.tight);
font-feature-settings: 'halt';
text-wrap: pretty;
word-break: auto-phrase;
}
Expand Down

0 comments on commit 860cb33

Please sign in to comment.