Skip to content

Commit

Permalink
Maybe fix font
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex committed Sep 9, 2024
1 parent c78d865 commit 23acc7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docs/_sass/color_schemes/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ $yellow-300: #e7af06 !default;
$red-000: #f77e7e !default;
$red-100: #f96e65 !default;
$red-200: #e94c4c !default;
$red-300: #dd2e2e !default;
$red-300: #dd2e2e !default;

$font-family-main: 'Overpass', Roboto, sans-serif;
$font-family-heading: 'Overpass', Roboto, sans-serif;
$font-family-logo: 'Overpass', Roboto, sans-serif;
3 changes: 1 addition & 2 deletions docs/_sass/color_schemes/custom_dark.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import "./variables";
@import "../highlight/native.scss";
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');

$new-body-background-color: #292929;

Expand All @@ -20,5 +21,3 @@ $table-background-color: lighten($new-body-background-color, 5%); // Replacing d
$search-background-color: $new-body-background-color; // Replacing default $grey-dk-250
$search-result-preview-color: $grey-dk-000;
$border-color: #6A6A6A; // Replacing default $grey-dk-200


0 comments on commit 23acc7e

Please sign in to comment.