diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-04 11:16:03 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-04 11:16:03 +0200 |
commit | a24417221982c9159f89190a0bce815f4ffde111 (patch) | |
tree | 6b3e602a93a38fb4be630fdf771945b2e97f2396 /core/css/styles.css | |
parent | 8874c74a74ada5775791351d2c0ebc70eab76b75 (diff) | |
parent | d3128f0694b8617d90dd8ee90937fb76bafe6c87 (diff) | |
download | nextcloud-server-a24417221982c9159f89190a0bce815f4ffde111.tar.gz nextcloud-server-a24417221982c9159f89190a0bce815f4ffde111.zip |
Merge pull request #8853 from owncloud/design-typeface
Use Open Sans as typeface
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index bd688f0ada5..595b5532674 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -16,7 +16,10 @@ ul { list-style:none; } body { background: #fefefe; - font: normal .8em/1.6em "Helvetica Neue",Helvetica,Arial,FreeSans,sans-serif; + font-weight: normal; + font-size: .8em; + line-height: 1.6em; + font-family: 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif; color: #000; height: auto; } @@ -802,7 +805,6 @@ label.infield { display: block; padding: 7px 12px 6px 7px; cursor: pointer; - font-weight: bold; } #expand:hover, #expand:focus, #expand:active { color:#fff; } #expand img { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70); opacity:.7; margin-bottom:-2px; } |