Skip to content

Commit

Permalink
feat: Implemented font fallback for unsupported TTF files
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadashy committed Dec 25, 2023
1 parent 42dd37e commit abe4c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/styles/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
font-weight: 400;
transform: scale(1.0, 1.5);
display: inline-block;
font-family: "SlackChannelsGrounping-NotoSansJP-Medium";
font-family: "SlackChannelsGrounping-NotoSansJP-Medium", monospace;
-webkit-font-smoothing: none;
-moz-osx-font-smoothing: unset;
position: relative;
}

.scg-ch-separator:before {
content: "│";
font-family: "SlackChannelsGrounping-NotoSansJP-Medium";
font-family: "SlackChannelsGrounping-NotoSansJP-Medium", monospace;
position: absolute;
top: 0;
left: 0;
Expand Down

0 comments on commit abe4c04

Please sign in to comment.