Skip to content

Commit

Permalink
Use Inter instead of Roboto typeface
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Dec 6, 2023
1 parent e1c9604 commit 056b648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
:root > * {
--md-code-bg-color: #2E3440;
--md-default-bg-color: black;
--md-text-font-family: "Inter";
}

.language-python.highlight > * {
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Site information
site_name: Outlines
site_name: Outlines 〰️
site_author: The Outlines developers
site_description: >-
Generate text that machines understand using Large Language Models and
Expand Down Expand Up @@ -31,7 +31,7 @@ theme:
- header.autohide
- announce.dismiss
font:
text: Roboto
text: Inter
code: Source Code Pro

# Additional configuration
Expand Down

0 comments on commit 056b648

Please sign in to comment.