Skip to content

Commit

Permalink
💄 Bold display optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed May 22, 2024
1 parent 5dae0d4 commit 5f01680
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Resources/DownView.bundle/css/heti.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ html {
font-size: 15px;
font-display: block;
color: #262626;
-webkit-font-smoothing: antialiased;
}

body {
Expand Down Expand Up @@ -74,7 +73,6 @@ a,

.heti {
font-weight: 400;
-webkit-font-smoothing: antialiased;
line-height: 1.74;
letter-spacing: 0.04em;
overflow-wrap: break-word;
Expand Down Expand Up @@ -255,6 +253,7 @@ blockquote blockquote {
margin-block-start: 1.6em;
margin-block-end: 0.8em;
font-weight: bold;
-webkit-font-smoothing: antialiased;
}

.heti h1 {
Expand Down Expand Up @@ -443,6 +442,7 @@ blockquote blockquote {
.heti b,
.heti strong {
font-weight: bold;
-webkit-font-smoothing: antialiased;
}

.heti code {
Expand All @@ -458,6 +458,7 @@ blockquote blockquote {

.heti dfn {
font-weight: bold;
-webkit-font-smoothing: antialiased;
}

.heti dfn:not(:lang(zh)):not(:lang(ja)):not(:lang(kr)),
Expand All @@ -467,6 +468,7 @@ blockquote blockquote {

.heti em {
font-weight: bold;
-webkit-font-smoothing: antialiased;
}

.heti > p > small{
Expand Down Expand Up @@ -530,6 +532,7 @@ blockquote blockquote {

.heti strong {
font-weight: bold;
-webkit-font-smoothing: antialiased;
}

.heti sub,
Expand Down Expand Up @@ -1100,6 +1103,7 @@ blockquote blockquote {

.hljs-strong {
font-weight: bold;
-webkit-font-smoothing: antialiased;
}

code.language-mermaid {
Expand Down
3 changes: 3 additions & 0 deletions Resources/DownView.bundle/ppt/dist/theme/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
.reveal strong,
.reveal b {
font-weight: bold;
-webkit-font-smoothing: antialiased;
}

.reveal em {
Expand Down Expand Up @@ -171,6 +172,7 @@

.reveal dt {
font-weight: bold;
-webkit-font-smoothing: antialiased;
}

.reveal dd {
Expand Down Expand Up @@ -249,6 +251,7 @@

.reveal table th {
font-weight: bold;
-webkit-font-smoothing: antialiased;
}

.reveal table th,
Expand Down
1 change: 1 addition & 0 deletions Resources/DownView.bundle/ppt/dist/theme/white_var.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ section.has-dark-background h6 {

.hljs-strong {
font-weight: bold;
-webkit-font-smoothing: antialiased;
}

.reveal strong,
Expand Down

0 comments on commit 5f01680

Please sign in to comment.