Skip to content
Permalink
Browse files
Stylesheet Tweak Stash (#10)
  • Loading branch information
aa9863 committed Jan 15, 2024
1 parent 371bdff commit d45cdad08cd4b5802c073244e76514793aa39bce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
@@ -1,7 +1,6 @@
/* Load My own Fonts, to aviod google
https://google-webfonts-helper.herokuapp.com../fonts/source-code-pro?subsets=latin */
/* Load My own Fonts, to aviod google */


/* roboto-regular - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
@@ -32,7 +31,6 @@ https://google-webfonts-helper.herokuapp.com../fonts/source-code-pro?subsets=lat
}



@font-face {
font-family: 'Comic Neue';
src: local('Comic Neue Regular'), local('ComicNeue-Regular'),
@@ -43,14 +41,18 @@ https://google-webfonts-helper.herokuapp.com../fonts/source-code-pro?subsets=lat
font-display: swap;
}

:root {
--md-text-font: "Roberto", -apple-system, Helvetica, Arial, sans-serif;
--md-code-font: "SourceCodePro", SFMono-Regular, Consolas, Menlo, monospace;
}


[data-md-color-scheme="stan"] {
--md-text-font: "Comic Neue", -apple-system, Helvetica, Arial, sans-serif;
--md-default-bg-color: #fdf6e3;
}

[data-md-color-scheme="stan-dark"] {

--md-text-font: "Comic Neue", -apple-system, Helvetica, Arial, sans-serif;

/* Modify Whatever Slate has */
@@ -133,8 +135,4 @@ https://google-webfonts-helper.herokuapp.com../fonts/source-code-pro?subsets=lat



:root {
--md-text-font: "Roberto", -apple-system, Helvetica, Arial, sans-serif;
--md-code-font: "SourceCodePro", SFMono-Regular, Consolas, Menlo, monospace;
}

@@ -86,8 +86,9 @@ markdown_extensions:
- custom_theme/.icons

extra_css:
- assets/stylesheets/custom.css
- assets/stylesheets/local_fonts.css
# - assets/stylesheets/custom.css


# extra_javascript:
# - assets/javascripts/config.js

0 comments on commit d45cdad

Please sign in to comment.