mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
frontend: add light font, remove external fonts
Partially closes https://gitlab.com/commento/commento/issues/136
This commit is contained in:
@ -546,7 +546,7 @@ body {
|
||||
}
|
||||
|
||||
.monospace {
|
||||
font-family: "Source Code Pro", monospace;
|
||||
font-family: monospace;
|
||||
font-size: 11px;
|
||||
}
|
||||
}
|
||||
@ -764,6 +764,6 @@ foreignObject {
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: 'Source Code Pro', monospace;
|
||||
font-family: monospace;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user