Skip to content

Commit

Permalink
etc
Browse files Browse the repository at this point in the history
  • Loading branch information
elringus committed Nov 10, 2023
1 parent 7a5388a commit 0081976
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
/**
* Customize default theme styling by overriding CSS variables:
* https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/vars.css
*/
/** https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/vars.css */

/**
* Fonts
* -------------------------------------------------------------------------- */

@font-face {
font-family: "Inter Variable";
/* noinspection CssUnknownTarget */
src: url(/assets/fonts/inter.woff2) format("woff2");
font-display: swap;
}

@font-face {
font-family: "JetBrains Mono";
/* noinspection CssUnknownTarget */
src: url(/assets/fonts/jetbrains.woff2) format("woff2");
font-display: swap;
}
Expand Down

0 comments on commit 0081976

Please sign in to comment.