Passage de opensansXX à Open Sans + font-weight

This commit is contained in:
Marc Ducobu
2016-05-06 19:03:48 +02:00
parent 510d3ff480
commit a766651443
7 changed files with 16 additions and 13 deletions

View File

@@ -4282,7 +4282,8 @@ textarea {
margin: 0.5em 0;
padding: 0; }
.tab-nav > li {
font-family: "open_sansbold";
font-family: "Open Sans";
font-weight: bold;
display: inline-block;
width: 100%;
cursor: default;

File diff suppressed because one or more lines are too long

View File

@@ -39,5 +39,6 @@ $tabs-nav-text-color: $blue;
$tabs-new-border: none;
$tabs-nav-hover-border: none;
$tabs-nav-hover-text-color: $blue;
$tabs-nav-font-family: "open_sansbold";
$tabs-nav-font-family: 'Open Sans';
$tabs-nav-font-weight: bold;
$tabs-nav-padding: 0.3em 0.3em 0.3em 0.6em;