mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-25 22:09:24 +01:00
specify font for code and pre
This commit is contained in:
parent
fcf38e53dd
commit
6f082a5a91
4
_sass/_base.scss
vendored
4
_sass/_base.scss
vendored
@ -140,7 +140,9 @@ blockquote {
|
|||||||
*/
|
*/
|
||||||
pre,
|
pre,
|
||||||
code {
|
code {
|
||||||
font-size: 15px;
|
//font-size: 15px;
|
||||||
|
font-size: revert;
|
||||||
|
font-family: $monospace-font-family;
|
||||||
border: 1px solid $grey-color-light;
|
border: 1px solid $grey-color-light;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-color: #eef;
|
background-color: #eef;
|
||||||
|
1
css/main.scss
vendored
1
css/main.scss
vendored
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
// Our variables
|
// Our variables
|
||||||
$base-font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
|
$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-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
|
||||||
//$base-font-size: 16px;
|
//$base-font-size: 16px;
|
||||||
$base-font-size: revert;
|
$base-font-size: revert;
|
||||||
|
Loading…
Reference in New Issue
Block a user