mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-08-02 21:07:43 +02:00
Tweaking code font on Windows
This commit is contained in:
@@ -17,14 +17,14 @@ button {
|
|||||||
}
|
}
|
||||||
code {
|
code {
|
||||||
background-color: #F0F0F0;
|
background-color: #F0F0F0;
|
||||||
font-family: Menlo, Monaco, "Cascadia Code", Consolas, "Noto Mono", "Liberation Mono", "Courier New", monospace !important;
|
font-family: Menlo, Monaco, Consolas, "Noto Mono", "Liberation Mono", "Courier New", monospace !important;
|
||||||
font-variant-ligatures: none;
|
font-variant-ligatures: none;
|
||||||
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, "Cascadia Code", Consolas, "Noto Mono", "Liberation Mono", "Courier New", monospace !important;
|
font-family: Menlo, Monaco, Consolas, "Noto Mono", "Liberation Mono", "Courier New", monospace !important;
|
||||||
font-variant-ligatures: none;
|
font-variant-ligatures: none;
|
||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
|
Reference in New Issue
Block a user