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/util/sync.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'install/ui/util') diff --git a/install/ui/util/sync.sh b/install/ui/util/sync.sh index 6d03278b8..2fde91d9b 100755 --- a/install/ui/util/sync.sh +++ b/install/ui/util/sync.sh @@ -285,12 +285,6 @@ pushd $DIR/../../ #freeipa/install RECURSIVE=0 EXCEPTIONS="--exclude /Makefile*" sync-files - - SOURCE=ui/font/* - TARGET=$TARGET_BASE/ui/font - RECURSIVE=0 - EXCEPTIONS="--exclude /Makefile*" - sync-files fi if [[ $IMAGES ]] ; then -- cgit