Skip to content

Commit

Permalink
update fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Sep 28, 2023
1 parent 5e33323 commit 0b74fd7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Binary file added .vitepress/theme/fonts/SourceCodePro-Regular.ttf
Binary file not shown.
13 changes: 13 additions & 0 deletions .vitepress/theme/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/**
* Fonts
* -------------------------------------------------------------------------- */

@font-face {
font-family: SourceCodePro;
src: url(fonts/SourceCodePro-Regular.ttf);
}

:root {
--vp-font-family-mono: SourceCodePro;
}

/**
* Colors
* -------------------------------------------------------------------------- */
Expand Down

0 comments on commit 0b74fd7

Please sign in to comment.