Change font weight

This commit is contained in:
gilsondev 2016-05-27 14:54:16 -03:00
parent df3818c102
commit c8ed0f54f8
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
body {
font-family: 'Open Sans', 'Lora','Times New Roman',serif;
font-size: 18px;
font-weight: 300;
font-weight: 500;
color: #404040;
}

File diff suppressed because one or more lines are too long