From eacd33e88ef887a192d8e091631a42ee97c0a8a9 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 15 Jun 2011 10:33:53 -0500 Subject: Removed FreeWay font files. The CSS files in install/html and install/migration have been modified to use the Overpass font. --- install/html/FreeWay-Bold.otf | Bin 47524 -> 0 bytes install/html/FreeWay.otf | Bin 38948 -> 0 bytes install/html/ipa_error.css | 43 +++++++++++++++++++++++++++--------- install/migration/FreeWay-Bold.otf | Bin 47524 -> 0 bytes install/migration/FreeWay.otf | Bin 38948 -> 0 bytes install/migration/ipa_migration.css | 43 +++++++++++++++++++++++++++--------- 6 files changed, 64 insertions(+), 22 deletions(-) delete mode 100644 install/html/FreeWay-Bold.otf delete mode 100644 install/html/FreeWay.otf delete mode 100644 install/migration/FreeWay-Bold.otf delete mode 100644 install/migration/FreeWay.otf diff --git a/install/html/FreeWay-Bold.otf b/install/html/FreeWay-Bold.otf deleted file mode 100644 index 793185317..000000000 Binary files a/install/html/FreeWay-Bold.otf and /dev/null differ diff --git a/install/html/FreeWay.otf b/install/html/FreeWay.otf deleted file mode 100644 index ebefcb25e..000000000 Binary files a/install/html/FreeWay.otf and /dev/null differ 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; diff --git a/install/migration/FreeWay-Bold.otf b/install/migration/FreeWay-Bold.otf deleted file mode 100644 index 793185317..000000000 Binary files a/install/migration/FreeWay-Bold.otf and /dev/null differ diff --git a/install/migration/FreeWay.otf b/install/migration/FreeWay.otf deleted file mode 100644 index ebefcb25e..000000000 Binary files a/install/migration/FreeWay.otf and /dev/null differ diff --git a/install/migration/ipa_migration.css b/install/migration/ipa_migration.css index abd850d61..5cf950cc2 100644 --- a/install/migration/ipa_migration.css +++ b/install/migration/ipa_migration.css @@ -8,8 +8,29 @@ */ -@font-face {font-family: "FreeWay"; src:url("FreeWay.otf");} -@font-face {font-family: "FreeWayBold"; src:url("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("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; -- cgit