specify font for code and pre

This commit is contained in:
Aminda Suomalainen 2024-05-24 18:54:08 +03:00
parent fcf38e53dd
commit 6f082a5a91
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 4 additions and 1 deletions

4
_sass/_base.scss vendored
View File

@ -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;

1
css/main.scss vendored
View File

@ -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;