Skip to content

Commit

Permalink
Merge pull request #20 from redbrick/update-fonts
Browse files Browse the repository at this point in the history
mkdocs: use Redbrick fonts
  • Loading branch information
wizzdom authored Jan 27, 2024
2 parents 03adabb + 038b7ba commit b0308c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@import url("https://raw.githubusercontent.com/redbrick/design-system/main/assets/fonts/myriad-pro/loader.css");
@import url("https://raw.githubusercontent.com/redbrick/design-system/main/assets/fonts/fira-code/loader.css");

:root {
--md-text-font: "Myriad Pro", sans-serif;
--md-code-font: "Fira Code", monospace;
}
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ markdown_extensions:

extra:
github_org: https://github.com/redbrick

extra_css:
- stylesheets/extra.css

0 comments on commit b0308c7

Please sign in to comment.