Skip to content

Commit

Permalink
Merge pull request #55 from nerometa/ng-path
Browse files Browse the repository at this point in the history
Adjust code blocks font to JetBrains Mono
  • Loading branch information
ponggun authored Oct 7, 2024
2 parents 13bd72f + a779ef9 commit b55dfae
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .vitepress/theme/custom.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:[email protected]&display=swap");

* {
font-family: "Noto Sans Thai", sans-serif;
font-optical-sizing: auto;
font-style: normal;
font-variation-settings: "wdth" 100;
}
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');

:root {
--vp-font-family-base: "Noto Sans Thai", sans-serif;
--vp-font-family-mono: "JetBrains Mono", monospace;
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(
120deg,
#bd34fe,
#41d1ff
);
--vp-home-hero-name-background: -webkit-linear-gradient(120deg,
#bd34fe,
#41d1ff);
}

0 comments on commit b55dfae

Please sign in to comment.