Skip to content

Commit

Permalink
Improve documentation CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Jan 17, 2023
1 parent 2390084 commit 7f3fd2b
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [0.2.14] - Unreleased
- Improved documentation CSS

## [0.2.13] - 2023-01-16
- Added documentation for options
- Added python 3.11 support
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [0.2.14] - Unreleased
- Improved documentation CSS

## [0.2.13] - 2023-01-16
- Added documentation for options
- Added python 3.11 support
Expand Down
Binary file added docs/fonts/JetBrainsMono-Thin.ttf
Binary file not shown.
Binary file removed docs/fonts/JetBrainsMono-VariableFont_wght.ttf
Binary file not shown.
Binary file added docs/fonts/ReadexPro-ExtraLight.ttf
Binary file not shown.
Binary file removed docs/fonts/ReadexPro-VariableFont_wght.ttf
Binary file not shown.
10 changes: 5 additions & 5 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@font-face {
font-family: "Readex Pro";
src: url("/fonts/ReadexPro-VariableFont_wght.ttf");
src: url("/fonts/ReadexPro-ExtraLight.ttf");
}

@font-face {
font-family: "JetBrains Mono";
src: url("/fonts/JetBrainsMono-VariableFont_wght.ttf");
src: url("/fonts/JetBrainsMono-Thin.ttf");
}

:root {
Expand Down Expand Up @@ -36,15 +36,15 @@
}


.md-typeset {
font-weight: 200;
.md-nav__item {
font-size: 0.6rem;
}

.md-typeset code {
font-size:.6rem;
}

.doc-heading code {
font-weight: bold;
font-size: 0.9rem;
}

0 comments on commit 7f3fd2b

Please sign in to comment.