Skip to content

Commit

Permalink
[docs]: Updated font
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Nov 13, 2023
1 parent 2b3d6ae commit 29b7e4c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file removed docs/.vuepress/public/fonts/Nunito-SemiBold.woff2
Binary file not shown.
8 changes: 1 addition & 7 deletions docs/.vuepress/styles/_fonts.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
@charset "UTF-8";

@font-face {
font-family: 'Nunito';
src: local('Nunito'), url(/fonts/Nunito-SemiBold.woff2) format('woff2');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;700&display=swap');
6 changes: 6 additions & 0 deletions docs/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@
font-family: Nunito, system-ui, sans-serif;
}
}

html, body {
font-family: Nunito, system-ui, sans-serif;
font-size: 16px;
font-weight: 400;
}

0 comments on commit 29b7e4c

Please sign in to comment.