Skip to content

Commit

Permalink
use Open Sans fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanodavid committed Jun 30, 2023
1 parent 174444f commit 86a2392
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/_static/css/odh.css
Original file line number Diff line number Diff line change
Expand Up @@ -6258,3 +6258,10 @@ button.toggle-button.toggle-button-hidden:before {
/* max-width: 1024px; */
/* margin: auto */
/* } */


html {
--pst-font-family-base: "Open Sans", Arial, sans-serif, var(--pst-font-family-base-system);
--pst-font-family-heading: "Open Sans", Arial, sans-serif, var(--pst-font-family-base-system);
--pst-font-family-monospace: Courier, var(--pst-font-family-monospace-system);
}

0 comments on commit 86a2392

Please sign in to comment.