use the font 'open Sans' with all variants

close #21
This commit is contained in:
2016-04-29 17:26:37 +02:00
parent 250b1826f6
commit 0c5a7f04dd
4 changed files with 50 additions and 33 deletions

View File

@@ -5,7 +5,7 @@
html,body {
min-height:100%;
font-family: 'open_sansregular';
font-family: 'Open Sans';
}
header {
@@ -93,7 +93,8 @@ ul.custom_fields.choice li {
.footer {
p {
font-family: 'open_sanslight';
font-family: 'Open Sans';
font-weight: 300;
}
}
@@ -112,7 +113,9 @@ ul.custom_fields.choice li {
}
.open_sansbold {
font-family:'open_sansbold'
font-family: 'Open Sans';
font-weight: bold;
}
// Symfony records actions
@@ -128,7 +131,8 @@ dd {
}
dt {
font-family: "open_sanssemibold";
font-family: 'Open Sans';
font-weight: 600;
}