summaryrefslogtreecommitdiffstats
path: root/install/ui/less/rcue/buttons.less
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/less/rcue/buttons.less
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/less/rcue/buttons.less')
-rw-r--r--install/ui/less/rcue/buttons.less6
1 files changed, 4 insertions, 2 deletions
diff --git a/install/ui/less/rcue/buttons.less b/install/ui/less/rcue/buttons.less
index 8110a7fbf..dd7b04bec 100644
--- a/install/ui/less/rcue/buttons.less
+++ b/install/ui/less/rcue/buttons.less
@@ -14,7 +14,8 @@
-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.1);
box-shadow: 0 2px 3px rgba(0,0,0,.1);
color: #4d5258;
- font-family: OpenSansSemiBold, Helvetica, Arial, sans-serif;
+ font-family: @font-family-base;
+ font-weight: 600;
font-size: 11px;
padding: 2px 15px;
text-shadow: none;
@@ -53,8 +54,9 @@
}
.btn-mini {
- font-family: OpenSansRegular, Helvetica, Arial, sans-serif;
+ font-family: @font-family-base;
font-size: 11px;
+ font-weight: normal;
line-height: 18px;
padding: 0 11px;
}