Passage de opensansXX à Open Sans + font-weight

This commit is contained in:
Marc Ducobu
2016-05-06 19:06:04 +02:00
parent c5bec75d82
commit 8b98e8a4b6
3 changed files with 29 additions and 25 deletions

View File

@@ -22,7 +22,8 @@ div#person_details_container {
figure.person-details {
h2 {
font-family: 'open_sanssemibold';
font-family: 'Open Sans';
font-weight: 600;
margin-bottom: 0.3em;
}
@@ -31,7 +32,8 @@ figure.person-details {
}
dt {
font-family: 'open_sanssemibold';
font-family: 'Open Sans';
font-weight: 600;
}
dd {
@@ -43,4 +45,4 @@ figure.person-details {
padding-top: 0.2em;
padding-bottom: 0.2em;
}
}
}