From 3e0ae972685aefa20ec619b17a7c2b7f7c2f50d9 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 4 Dec 2013 16:15:20 +0100 Subject: Use only system fonts This commit changes how fonts are used. - remove usage of bundled fonts and only system fonts are used instead - by using alias in httpd conf - by using local("Font Name") directive in font-face - removed usage of overpass font - redefined Open Sans font-face declarations. Note: upstream is doing the same change so we will be fine on upgrade. - introduce variable.less for variable definitions and overrides. This file will be very useful when we upgrade to newer RCUE so we will be able to redefine their and bootstrap's variables. Fixes: https://fedorahosted.org/freeipa/ticket/2861 --- install/ui/less/rcue.less | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/less/rcue.less') diff --git a/install/ui/less/rcue.less b/install/ui/less/rcue.less index a16376881..ffd221209 100644 --- a/install/ui/less/rcue.less +++ b/install/ui/less/rcue.less @@ -1,6 +1,7 @@ /* Red Hat Common User Experience (RCUE) */ @import "font-awesome/font-awesome"; +@import "variables"; @import "rcue/font"; @import "rcue/navbar"; @import "rcue/buttons"; -- cgit