Skip to content

Commit

Permalink
feat: change code font from fira-code to jetbrains-mono
Browse files Browse the repository at this point in the history
  • Loading branch information
qbosen committed Oct 12, 2021
1 parent 6612d7a commit ef71dc3
Show file tree
Hide file tree
Showing 5 changed files with 197 additions and 233 deletions.
7 changes: 3 additions & 4 deletions main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fira+Code");
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono");
@import url("https://cdn.jsdelivr.net/gh/adobe-fonts/source-sans@3.046R/source-sans-3VF.css");
@font-face {
font-family: "Source Han Sans VF";
Expand All @@ -16,10 +16,9 @@
:root {
--ct-text-size: 16px;
--ct-line-height: 1.6;
--ls-font-family: "Only Emoji", "Source Sans 3 VF", "Source Han Sans VF",
sans-serif;
--ls-font-family: "Only Emoji", "Source Sans 3 VF", "Source Han Sans VF", sans-serif;
--ct-page-title-font-family: var(--ls-font-family);
--ct-code-font-family: "Fira Code", monospace;
--ct-code-font-family: "JetBrains Mono", monospace;
}

html,
Expand Down
Loading

0 comments on commit ef71dc3

Please sign in to comment.