summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-03 19:07:08 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-03 19:07:08 +0200
commit80627dfd2c35f7a23bdc4d649b25fb61218307ca (patch)
treecada4cd56cfbe7a86dfc4a72f3794c140781ab65 /core/css
parenta5dd8e84f13c9815c0208851664238cfc0034b5b (diff)
downloadnextcloud-server-80627dfd2c35f7a23bdc4d649b25fb61218307ca.tar.gz
nextcloud-server-80627dfd2c35f7a23bdc4d649b25fb61218307ca.zip
use Open Sans as typeface
Diffstat (limited to 'core/css')
-rw-r--r--core/css/fonts.css11
-rw-r--r--core/css/styles.css5
2 files changed, 15 insertions, 1 deletions
diff --git a/core/css/fonts.css b/core/css/fonts.css
new file mode 100644
index 00000000000..01ecea73796
--- /dev/null
+++ b/core/css/fonts.css
@@ -0,0 +1,11 @@
+@font-face {
+ font-family: 'OpenSans';
+ font-weight: normal;
+ src: url(../fonts/OpenSans-Regular.ttf);
+}
+
+@font-face {
+ font-family: 'OpenSans';
+ font-weight: bold;
+ src: url(../fonts/OpenSans-Bold.ttf);
+} \ No newline at end of file
diff --git a/core/css/styles.css b/core/css/styles.css
index a9ffd83629b..9aaac440cbf 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: 'OpenSans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif;
color: #000;
height: auto;
}