Commit 5c1f2a371306bf125668acb8fdb472bcd25eec00
Committed by
Melissa Wen
1 parent
29bc0ac1
Exists in
master
and in
49 other branches
fix modal desciption font
Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/modal.css
... | ... | @@ -161,8 +161,8 @@ |
161 | 161 | .modal .explanation { |
162 | 162 | color: #3F60C6; |
163 | 163 | font-size: 12px; |
164 | - font-style: normal; | |
165 | - font-family: 'open_sansitalic'; | |
164 | + font-style: italic; | |
165 | + font-family: 'open_sansregular', Arial, Helvetica, sans-serif; | |
166 | 166 | } |
167 | 167 | |
168 | 168 | .modal .required-field, .modal .errorExplanation { | ... | ... |