Skip to content

Commit

Permalink
Merge pull request #34 from webkom/add-new-font
Browse files Browse the repository at this point in the history
Add new font
  • Loading branch information
Bestem0r authored Oct 24, 2023
2 parents ee1f02a + 4ce072d commit b5ceec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SASS
---

@import url("http://fonts.googleapis.com/css?family=Roboto:400,100,300,700");
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;700&display=swap");
@import url("/css/pygments.css");
html,
body,
Expand Down Expand Up @@ -107,7 +107,7 @@ html {
background: #dedede;
}
body {
font-family: Roboto, "Helvetica Neue", serif;
font-family: "Fira Code", "Helvetica Neue", serif;
line-height: 2;
color: #444;
font-size: 16px;
Expand Down

0 comments on commit b5ceec6

Please sign in to comment.