mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
frontend: add option to not use Source Sans Pro
Closes https://gitlab.com/commento/commento/issues/136
This commit is contained in:
@ -4,13 +4,20 @@
|
||||
min-height: 350px;
|
||||
}
|
||||
|
||||
.commento-root-font {
|
||||
* {
|
||||
font-family: 'Source Sans Pro', sans-serif !important;
|
||||
}
|
||||
}
|
||||
|
||||
.commento-root {
|
||||
overflow-x: hidden;
|
||||
padding: 0px;
|
||||
width: 100%;
|
||||
font-family: inherit;
|
||||
|
||||
* {
|
||||
font-family: "Source Sans Pro", "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
|
||||
font-family: inherit;
|
||||
font-size: 15px;
|
||||
line-height: 1.5;
|
||||
color: #50596c;
|
||||
|
Reference in New Issue
Block a user