Skip to content

Commit

Permalink
Update font css
Browse files Browse the repository at this point in the history
  • Loading branch information
hankhjliao committed Feb 17, 2024
1 parent 1972023 commit c82bf83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
@import url('//fonts.googleapis.com/css?family=Tangerine:700');
@import url('https://fonts.googleapis.com/css?family=Tangerine:700');

.Tangerine{
font-family: 'Tangerine', cursive;
}

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;
}

.post-toc {
border: 1px solid #e0e0e0;
background: #e0e0e0;
Expand Down

0 comments on commit c82bf83

Please sign in to comment.