Skip to content

Commit

Permalink
Fix font-family broke after css minify
Browse files Browse the repository at this point in the history
  • Loading branch information
hankhjliao committed Feb 17, 2024
1 parent 046c832 commit cf4e42b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import url('https://cdn.jsdelivr.net/npm/chiron-hei-hk-webfont@2.5.9/css/vf.min.css');
@font-face {
font-family: 'Tangerine';
font-style: normal;
Expand All @@ -12,7 +13,7 @@
}

body {
font-family: "Chiron Hei HK Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", HelveticaNeue, Helvetica, "PingFang TC", "PingFang SC", "Noto Sans CJK TC", "Source Han Sans TC", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft JhengHei", "Microsoft YaHei", Heiti, sans-serif;
font-family: "Chiron Hei HK WS", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", HelveticaNeue, Helvetica, "PingFang TC", "PingFang SC", "Noto Sans CJK TC", "Source Han Sans TC", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft JhengHei", "Microsoft YaHei", Heiti, sans-serif;
}

.post-toc {
Expand Down

0 comments on commit cf4e42b

Please sign in to comment.