Skip to content

Commit

Permalink
added firacode font CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
stephin007 committed Jun 19, 2021
1 parent 02af8e4 commit 271947c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/About/About.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import url("https://fonts.googleapis.com/css2?family=Fira+Code&display=swap");

body {
background-color: #f9fafb;
}
Expand All @@ -8,7 +10,7 @@ body {
margin-top: 10px;
overflow: hidden;
padding: 0 2rem;
font-family: "Fira Code Medium", "monospace";
font-family: "Fira Code", "monospace";
}

.about-head {
Expand Down

0 comments on commit 271947c

Please sign in to comment.