Change article content font

This commit is contained in:
gilsondev 2014-12-10 16:44:52 -02:00
parent cafecd00ae
commit 43f3ea1151
2 changed files with 5 additions and 5 deletions

View File

@ -5,10 +5,12 @@
*/ */
body { body {
font-family: 'Lora', 'Times New Roman', serif; font-family: 'Open Sans', 'Lora','Times New Roman',serif;
font-size: 20px; font-size: 18px;
font-weight: 300;
color: #404040; color: #404040;
} }
p { p {
line-height: 1.5; line-height: 1.5;
margin: 30px 0; margin: 30px 0;

File diff suppressed because one or more lines are too long