diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-03 19:07:08 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-03 19:07:08 +0200 |
commit | 80627dfd2c35f7a23bdc4d649b25fb61218307ca (patch) | |
tree | cada4cd56cfbe7a86dfc4a72f3794c140781ab65 /core/css/fonts.css | |
parent | a5dd8e84f13c9815c0208851664238cfc0034b5b (diff) | |
download | nextcloud-server-80627dfd2c35f7a23bdc4d649b25fb61218307ca.tar.gz nextcloud-server-80627dfd2c35f7a23bdc4d649b25fb61218307ca.zip |
use Open Sans as typeface
Diffstat (limited to 'core/css/fonts.css')
-rw-r--r-- | core/css/fonts.css | 11 |
1 files changed, 11 insertions, 0 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 |