Skip to content

Commit

Permalink
Merge pull request #133 from Laravel-Lang/5.x
Browse files Browse the repository at this point in the history
[docs]: Updated font
  • Loading branch information
andrey-helldar authored Nov 13, 2023
2 parents 2c1e9f2 + 29b7e4c commit aecf7b9
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 aecf7b9

Please sign in to comment.