1
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:
Adhityaa Chandrasekar
2019-05-01 18:10:07 -04:00
parent 409af7f205
commit 5b6d31ce31
3 changed files with 15 additions and 3 deletions

View File

@ -26,7 +26,6 @@ textarea::placeholder {
textarea {
display: inline-block;
white-space: pre-wrap;
font-family: 'Source Sans Pro', sans-serif;
padding: 8px;
outline: none;
overflow: auto;