mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-08-01 20:40:51 +02:00
Tweaking code font on Windows
This commit is contained in:
@@ -17,14 +17,14 @@ button {
|
||||
}
|
||||
code {
|
||||
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-size: 14px !important;
|
||||
padding: 0.10em 0.25em;
|
||||
}
|
||||
pre, pre code {
|
||||
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-size: 14px !important;
|
||||
margin: 0 !important;
|
||||
|
Reference in New Issue
Block a user