Skip to content

Commit

Permalink
testing google web fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanRL committed May 16, 2020
1 parent 065608d commit f99b256
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;500&display=swap');

.codehilite {
background: rgba(0, 0, 0, 0.05);
}

code {
font-family: "Source Code Pro";
font-weight: 500;
background: #333;
color: #EEE;
}

h1, h2 {
background: #FFFFFF;
border-left: 5px solid #000000;
border-bottom: 5px solid #000000;
border-radius: 3px;
color: #333333;
padding: 2px 12px;
Expand All @@ -16,7 +26,7 @@ h3 {
}

h6 {
font-family: "Lucida Console", Monaco, monospace;
font-family: 'Source Code Pro';
font-weight: normal;
font-variant-caps: small-caps;
font-size: 16px;
Expand Down

0 comments on commit f99b256

Please sign in to comment.