Skip to content

Commit

Permalink
fix: fix cjk punctuation spacing issue #124
Browse files Browse the repository at this point in the history
  • Loading branch information
sivan committed Dec 21, 2024
1 parent c5e6605 commit 5b870ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions _site/heti.css
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,7 @@
}
.heti heti-adjacent {
display: inline;
text-spacing-trim: space-all;
}
.heti .heti-adjacent-half {
margin-inline-end: -0.5em;
Expand Down
1 change: 1 addition & 0 deletions lib/helpers/_add-on.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

heti-adjacent {
display: inline;
text-spacing-trim: space-all;
}

.heti-adjacent-half {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heti",
"version": "0.9.4",
"version": "0.9.5",
"description": "赫蹏是专为中文内容展示设计的排版样式增强。它基于通行的中文排版规范而来,可以为网站的读者带来更好的文章阅读体验。",
"main": "lib/heti.scss",
"files": [
Expand Down

0 comments on commit 5b870ba

Please sign in to comment.