mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-08-06 14:56:58 +02:00
Updating fonts for windows
This commit is contained in:
@@ -7,23 +7,23 @@ $drop-shadow: rgba(0, 0, 0, 0.4);
|
|||||||
$code-background: #FDF6E3;
|
$code-background: #FDF6E3;
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
|
font-family: Cambria, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
|
font-family: Cambria, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
|
||||||
}
|
}
|
||||||
code {
|
code {
|
||||||
background-color: #F0F0F0;
|
background-color: #F0F0F0;
|
||||||
font-family: Menlo, Monaco, Consolas, "Noto Mono", "Liberation Mono", "Courier New", monospace !important;
|
font-family: Menlo, Monaco, "Cascadia Code", Consolas, "Noto Mono", "Liberation Mono", "Courier New", monospace !important;
|
||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
padding: 0.10em 0.25em;
|
padding: 0.10em 0.25em;
|
||||||
}
|
}
|
||||||
pre, pre code {
|
pre, pre code {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
font-family: Menlo, Monaco, Consolas, "Noto Mono", "Liberation Mono", "Courier New", monospace !important;
|
font-family: Menlo, Monaco, "Cascadia Code", Consolas, "Noto Mono", "Liberation Mono", "Courier New", monospace !important;
|
||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
|
@@ -2,3 +2,7 @@ baseURL = "https://phpapprentice.com/"
|
|||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "PHP Apprentice"
|
title = "PHP Apprentice"
|
||||||
uglyurls = true
|
uglyurls = true
|
||||||
|
|
||||||
|
[markup]
|
||||||
|
[markup.highlight]
|
||||||
|
codeFences = false
|
||||||
|
Reference in New Issue
Block a user