Skip to content

Commit

Permalink
feat: change font (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy authored Apr 30, 2024
1 parent 4a1703b commit f3c84bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
font-display: swap;
}

@font-face {
font-family: 'Futura';
src: url('https://static.subquery.network/design/fonts/Futura-Medium.ttf') format('truetype');
font-display: swap;
}

.video_container {
margin: 0;
position: relative;
Expand Down
4 changes: 2 additions & 2 deletions docs/.vuepress/styles/palette.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ $navbar-height: 80px;
$navbar-horizontal-padding: 24px;
$navbar-vertical-padding: 16px;

$font-family: 'Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif';
$font-family-heading: "Futura";
$font-family: 'Inter', Arial, sans-serif;
$font-family-heading: 'Futura', Arial, sans-serif;

0 comments on commit f3c84bc

Please sign in to comment.