scss/cards: make sure that cards headers use open-sans

This commit is contained in:
Kazhnuz 2018-10-24 13:30:28 +02:00
parent f5f6837a2c
commit f14a6f4d77
2 changed files with 2 additions and 0 deletions

View File

@ -612,6 +612,7 @@ ul.social {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6, .card-header h7, .card-header h8, .card-header h9, .card-header h10 {
font-family: 'OpenSans';
font-size: 1em;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
padding: 0px;

View File

@ -74,6 +74,7 @@
}
h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 {
font-family: 'OpenSans';
font-size:1em;
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
padding:0px;