summaryrefslogtreecommitdiffstats
path: root/install/ui/util/sync.sh
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-12-04 16:15:20 +0100
committerPetr Vobornik <pvoborni@redhat.com>2014-01-15 13:03:03 +0100
commit3d976cdb60e122ea722ecb3bd03a78b25ef105ca (patch)
tree18c8d9bb94b838ea29d012c5ddf3a3030167fd4a /install/ui/util/sync.sh
parente4eab82d9608cb2ce61b112702fe81cd98380e9a (diff)
downloadfreeipa-3d976cdb60e122ea722ecb3bd03a78b25ef105ca.tar.gz
freeipa-3d976cdb60e122ea722ecb3bd03a78b25ef105ca.tar.xz
freeipa-3d976cdb60e122ea722ecb3bd03a78b25ef105ca.zip
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
Diffstat (limited to 'install/ui/util/sync.sh')
-rwxr-xr-xinstall/ui/util/sync.sh6
1 files changed, 0 insertions, 6 deletions
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