diff options
Diffstat (limited to 'install/html')
-rw-r--r-- | install/html/FreeWay-Bold.otf | bin | 47524 -> 0 bytes | |||
-rw-r--r-- | install/html/FreeWay.otf | bin | 38948 -> 0 bytes | |||
-rw-r--r-- | install/html/ipa_error.css | 43 |
3 files changed, 32 insertions, 11 deletions
diff --git a/install/html/FreeWay-Bold.otf b/install/html/FreeWay-Bold.otf Binary files differdeleted file mode 100644 index 793185317..000000000 --- a/install/html/FreeWay-Bold.otf +++ /dev/null diff --git a/install/html/FreeWay.otf b/install/html/FreeWay.otf Binary files differdeleted file mode 100644 index ebefcb25e..000000000 --- a/install/html/FreeWay.otf +++ /dev/null diff --git a/install/html/ipa_error.css b/install/html/ipa_error.css index 763b354b8..a4d9c50e8 100644 --- a/install/html/ipa_error.css +++ b/install/html/ipa_error.css @@ -8,8 +8,29 @@ */ -@font-face {font-family: "FreeWay"; src:url("../ui/FreeWay.otf");} -@font-face {font-family: "FreeWayBold"; src:url("../ui/FreeWay-Bold.otf");} +@font-face { + font-family: 'Overpass'; + src: url('../ui/overpass_regular-web.eot'); + src: url('../ui/overpass_regular-web.eot?#iefix') format('eot'), + url('../ui/overpass_regular-web.woff') format('woff'), + url('../ui/overpass_regular-web.ttf') format('truetype'), + url('../ui/overpass_regular-web.svg#webfontLTZe4IYH') format('svg'); + font-weight: normal; + font-style: normal; + +} + +@font-face { + font-family: 'Overpass Bold'; + src: url('../ui/overpass_bold-web.eot'); + src: url('../ui/overpass_bold-web.eot?#iefix') format('eot'), + url('../ui/overpass_bold-web.woff') format('woff'), + url('../ui/overpass_bold-web.ttf') format('truetype'), + url('../ui/overpass_bold-web.svg#webfontzAU82Ltw') format('svg'); + font-weight: bold; + font-style: normal; + +} body{ background-image:url("../ui/outer-bg.png"); @@ -134,7 +155,7 @@ div.content div.content-buttons img { } h2 { - font-family: "FreeWayBold","Liberation Sans", Arial, sans-serif; + font-family: "Overpass Bold","Liberation Sans", Arial, sans-serif; font-size: 1.5em; font-weight: normal; color: #333333; @@ -312,7 +333,7 @@ span.attrhint { .tabs1 .ui-tabs-nav li a{ -moz-border-radius: 0 !important; - font-family: "FreeWayBold", "Liberation Sans", Arial, Sans; + font-family: "Overpass Bold", "Liberation Sans", Arial, Sans; width:5.5em; padding: none; color: #7E7E7E; @@ -429,7 +450,7 @@ span.main-separator{ } .action-panel h3{ - font-family: "FreeWayBold", "Liberation Sans", Arial, sans-serif; + font-family: "Overpass Bold", "Liberation Sans", Arial, sans-serif; color: #333333; margin: 0; background: #EEEEEE; @@ -450,7 +471,7 @@ span.main-separator{ } .action-panel li { - font-family: "FreeWayBold", "Liberation Sans", Arial, sans-serif; + font-family: "Overpass Bold", "Liberation Sans", Arial, sans-serif; font-size: 1.1em; color: #1d85d5; list-style-type: none; @@ -459,7 +480,7 @@ span.main-separator{ } .action-panel li.search-facet { - font-family: "FreeWayBold", "Liberation Sans", Arial, Sans; + font-family: "Overpass Bold", "Liberation Sans", Arial, Sans; color: #1D85D5; cursor: pointer; text-transform: uppercase; @@ -475,7 +496,7 @@ span.main-separator{ } .action-panel li.entity-facet-selected { - font-family: "FreeWayBold", "Liberation Sans", Arial, Sans; + font-family: "Overpass Bold", "Liberation Sans", Arial, Sans; color: black; text-transform: uppercase; cursor: pointer; @@ -491,7 +512,7 @@ span.main-separator{ } .action-panel li.entity-facet-relation-label { - font-family: "FreeWayBold", "Liberation Sans", Arial, Sans; + font-family: "Overpass Bold", "Liberation Sans", Arial, Sans; color: #8a8a8a; cursor: default; text-transform: uppercase; @@ -636,7 +657,7 @@ form#login { h3 { color: #333333; - font-family: "FreeWayBold", "Liberation Sans", Arial, sans-serif; + font-family: "Overpass Bold", "Liberation Sans", Arial, sans-serif; font-size: 1.5em; font-weight: normal; text-transform: uppercase; @@ -644,7 +665,7 @@ h3 { h5 { color: #333333; - font-family: "FreeWayBold", "Liberation Sans", Arial, sans-serif; + font-family: "Overpass Bold", "Liberation Sans", Arial, sans-serif; font-size: 1em; font-weight: normal; text-transform: uppercase; |