Skip to content

Commit

Permalink
Add Degular font
Browse files Browse the repository at this point in the history
  • Loading branch information
MythicalFish committed Nov 2, 2023
1 parent 9c2e835 commit d56f14c
Show file tree
Hide file tree
Showing 30 changed files with 17 additions and 1 deletion.
Binary file added docs/assets/fonts/degular/Degular-Black.woff
Binary file not shown.
Binary file added docs/assets/fonts/degular/Degular-Black.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/assets/fonts/degular/Degular-Bold.woff
Binary file not shown.
Binary file added docs/assets/fonts/degular/Degular-Bold.woff2
Binary file not shown.
Binary file added docs/assets/fonts/degular/Degular-BoldItalic.woff
Binary file not shown.
Binary file not shown.
Binary file added docs/assets/fonts/degular/Degular-Italic.woff
Binary file not shown.
Binary file added docs/assets/fonts/degular/Degular-Italic.woff2
Binary file not shown.
Binary file added docs/assets/fonts/degular/Degular-Light.woff
Binary file not shown.
Binary file added docs/assets/fonts/degular/Degular-Light.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/assets/fonts/degular/Degular-Medium.woff
Binary file not shown.
Binary file added docs/assets/fonts/degular/Degular-Medium.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/assets/fonts/degular/Degular-Regular.woff
Binary file not shown.
Binary file added docs/assets/fonts/degular/Degular-Regular.woff2
Binary file not shown.
Binary file not shown.
Binary file added docs/assets/fonts/degular/Degular-Semibold.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/assets/fonts/degular/Degular-Thin.woff
Binary file not shown.
Binary file added docs/assets/fonts/degular/Degular-Thin.woff2
Binary file not shown.
Binary file added docs/assets/fonts/degular/Degular-ThinItalic.woff
Binary file not shown.
Binary file not shown.
15 changes: 15 additions & 0 deletions docs/assets/fonts/degular/degular.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@font-face {
font-family: Degular;
src: url("./Degular-Semibold.woff2") format("woff2");
src: url("./Degular-Semibold.woff") format("woff");
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: Degular;
src: url("./Degular-Bold.woff2") format("woff2");
src: url("./Degular-Bold.woff") format("woff");
font-weight: 700;
font-style: normal;
}
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ theme:
icon:
repo: fontawesome/brands/github
extra_css:
- assets/stylesheets/extra.css
- assets/stylesheets/fonts.css
- assets/fonts/degular/degular.css

# Set in docs/assets/overrides/partials/copyright.html
# so that we can have links and stuff
Expand Down

0 comments on commit d56f14c

Please sign in to comment.