diff options
author | Jef van Schendel <jefvanschendel@gmail.com> | 2011-08-20 02:47:55 +0200 |
---|---|---|
committer | Jef van Schendel <jefvanschendel@gmail.com> | 2011-08-20 02:47:55 +0200 |
commit | 7baaea38a6cc5514daa4464b6e79c896fff78019 (patch) | |
tree | 4a04bed14220481624055ec7c4975a5273699a13 | |
parent | 583351109eda88d111dee8dff19fb256ef2fad30 (diff) | |
download | mediagoblin-7baaea38a6cc5514daa4464b6e79c896fff78019.tar.lz mediagoblin-7baaea38a6cc5514daa4464b6e79c896fff78019.tar.xz mediagoblin-7baaea38a6cc5514daa4464b6e79c896fff78019.zip |
First ugly push with Lato typeface
-rw-r--r-- | mediagoblin/static/css/base.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 40b9974c..b5c6d280 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -1,3 +1,30 @@ +/* @font-face */ + +@font-face { + font-family: 'Lato'; + font-style: normal; + font-weight: 700; + src: local('Lato Bold'), local('Lato-Bold'), url('http://themes.googleusercontent.com/static/fonts/lato/v1/wkfQbvfT_02e2IWO3yYueQ.woff') format('woff'); +} +@font-face { + font-family: 'Lato'; + font-style: italic; + font-weight: 400; + src: local('Lato Italic'), local('Lato-Italic'), url('http://themes.googleusercontent.com/static/fonts/lato/v1/oUan5VrEkpzIazlUe5ieaA.woff') format('woff'); +} +@font-face { + font-family: 'Lato'; + font-style: italic; + font-weight: 700; + src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url('http://themes.googleusercontent.com/static/fonts/lato/v1/HkF_qI1x_noxlxhrhMQYED8E0i7KZn-EPnyo3HZu7kw.woff') format('woff'); +} +@font-face { + font-family: 'Lato'; + font-style: normal; + font-weight: 400; + src: local('Lato Regular'), local('Lato-Regular'), url('http://themes.googleusercontent.com/static/fonts/lato/v1/9k-RPmcnxYEPm8CNFsH2gg.woff') format('woff'); +} + body { background-color: #111; background-image: url("../images/background.png"); @@ -7,6 +34,7 @@ body { margin: 0px; height: 100%; font: 16px "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif; + font-family:'Lato', sans-serif; } form { |