mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
Prefer Open Sans Regular font
https://fedorahosted.org/freeipa/ticket/3902
This commit is contained in:
parent
7d99273bfa
commit
7f7a497846
@ -798,7 +798,7 @@ ul#viewtype li a {
|
||||
|
||||
|
||||
h1 {
|
||||
font-family: "Overpass Bold","Liberation Sans", Arial, sans-serif;
|
||||
font-family: "Overpass Bold", OpenSansRegular, "Liberation Sans", Arial, sans-serif;
|
||||
font-size: 1.5em;
|
||||
color: #555555;
|
||||
text-transform: uppercase;
|
||||
@ -807,7 +807,7 @@ h1 {
|
||||
|
||||
|
||||
h2 {
|
||||
font-family: "Overpass Bold","Liberation Sans", Arial, sans-serif;
|
||||
font-family: "Overpass Bold", OpenSansRegular, "Liberation Sans", Arial, sans-serif;
|
||||
font-size: 1.5em;
|
||||
color: #333333;
|
||||
text-transform: uppercase;
|
||||
@ -817,7 +817,7 @@ h2 {
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-family: "Overpass Bold","Liberation Sans", Arial, sans-serif;
|
||||
font-family: "Overpass Bold", OpenSansRegular, "Liberation Sans", Arial, sans-serif;
|
||||
font-size: 1.8em;
|
||||
color: #3c3c3c;
|
||||
text-transform: uppercase;
|
||||
@ -982,7 +982,7 @@ span.main-separator{
|
||||
.action-button {
|
||||
background: none;
|
||||
background-image: none;
|
||||
font-family: "Liberation Sans", Arial, sans-serif;
|
||||
font-family: OpenSansRegular, "Liberation Sans", Arial, sans-serif;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
@ -1330,7 +1330,7 @@ body.info-page {
|
||||
}
|
||||
|
||||
.info-page h1, .info-page h2, .info-page h3 {
|
||||
font-family: "Overpass", "Liberation Sans", Arial, sans-serif;
|
||||
font-family: "Overpass", OpenSansRegular, "Liberation Sans", Arial, sans-serif;
|
||||
margin-left: 0px;
|
||||
font-weight: normal;
|
||||
color: #555555;
|
||||
@ -1429,7 +1429,7 @@ body.info-page {
|
||||
}
|
||||
|
||||
.hbac-test-title {
|
||||
font-family: 'Overpass Bold', 'Liberation Sans', Arial, Sans-Serif;
|
||||
font-family: 'Overpass Bold', OpenSansRegular, 'Liberation Sans', Arial, Sans-Serif;
|
||||
font-size: 1.8em;
|
||||
color: #3c3c3c;
|
||||
text-transform: uppercase;
|
||||
|
Loading…
Reference in New Issue
Block a user