From cbfed871e7d99bf54eceaf8febfc0f304fdf494e Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 7 Nov 2013 18:22:26 +0100 Subject: Use RCUE fonts https://fedorahosted.org/freeipa/ticket/3902 --- install/ui/ipa.css | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'install/ui/ipa.css') diff --git a/install/ui/ipa.css b/install/ui/ipa.css index 26df94095..792ce1c7b 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -10,30 +10,6 @@ */ -@font-face { - font-family: 'Overpass'; - src: url('overpass_regular-web.eot'); - src: url('overpass_regular-web.eot?#iefix') format('eot'), - url('overpass_regular-web.woff') format('woff'), - url('overpass_regular-web.ttf') format('truetype'), - url('overpass_regular-web.svg#webfontLTZe4IYH') format('svg'); - font-weight: normal; - font-style: normal; - -} - -@font-face { - font-family: 'Overpass Bold'; - src: url('overpass_bold-web.eot'); - src: url('overpass_bold-web.eot?#iefix') format('eot'), - url('overpass_bold-web.woff') format('woff'), - url('overpass_bold-web.ttf') format('truetype'), - url('overpass_bold-web.svg#webfontzAU82Ltw') format('svg'); - font-weight: bold; - font-style: normal; - -} - html { height: 100%; } @@ -46,7 +22,6 @@ body { background-position: left top; background-color: #FFFFFF; border-width: 0; - font-family: "Liberation Sans",Arial,Sans; font-size: 11px; margin: 0; padding: 0; -- cgit