mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-01-17 14:48:13 +01:00
Tweaking code font on Windows
This commit is contained in:
parent
d6676e76a0
commit
b8af664af3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user