Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
brunochanrio authored May 15, 2024
1 parent 5cda293 commit 4b5dd2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,13 @@ body, input {
color: rgba(0, 0, 0, .87);
-webkit-font-feature-settings: "kern", "liga";
font-feature-settings: "kern", "liga";
font-family: "Shippori Mincho", Helvetica Neue, Helvetica, Arial, sans-serif;
font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
}
code, kbd, pre {
color: rgba(0, 0, 0, .87);
-webkit-font-feature-settings: "kern";
font-feature-settings: "kern";
font-family: Courier New, Courier, monospace;
font-family: "Roboto Mono", Courier New, Courier, monospace;
}
.md-typeset {
font-size: 1.6rem;
Expand Down

0 comments on commit 4b5dd2e

Please sign in to comment.