Skip to content

Commit

Permalink
specify font for code and pre
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaela committed May 24, 2024
1 parent fcf38e5 commit 6f082a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ blockquote {
*/
pre,
code {
font-size: 15px;
//font-size: 15px;
font-size: revert;
font-family: $monospace-font-family;
border: 1px solid $grey-color-light;
border-radius: 3px;
background-color: #eef;
Expand Down
1 change: 1 addition & 0 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

// Our variables
$base-font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
$monospace-font-family: "Liberation Mono", "Cousine", "Courier New", monospace;
//$base-font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
//$base-font-size: 16px;
$base-font-size: revert;
Expand Down

0 comments on commit 6f082a5

Please sign in to comment.