summaryrefslogtreecommitdiff
path: root/fonts/lato.css
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-24 02:14:36 -0800
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-24 02:14:36 -0800
commit8fe4e8b8e723f557bd0e48c68c99af2f14b5d382 (patch)
treeec66766a65415b9dd5777ecb60757ebba768a857 /fonts/lato.css
parentbf58b0a17048097adf1bb01597cc4646122aec3e (diff)
downloadtempo-8fe4e8b8e723f557bd0e48c68c99af2f14b5d382.tar.gz
tempo-8fe4e8b8e723f557bd0e48c68c99af2f14b5d382.tar.xz
Change font and centre on page.
Diffstat (limited to 'fonts/lato.css')
-rw-r--r--fonts/lato.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/fonts/lato.css b/fonts/lato.css
new file mode 100644
index 0000000..cdc5609
--- /dev/null
+++ b/fonts/lato.css
@@ -0,0 +1,13 @@
+@font-face {
+ font-family: 'Lato';
+ font-style: normal;
+ font-weight: 100;
+ src: local('Lato Hairline'), local('Lato-Hairline'), url('lato100.woff') format('woff');
+}
+
+@font-face {
+ font-family: 'Lato';
+ font-style: normal;
+ font-weight: 300;
+ src: local('Lato Light'), local('Lato-Light'), url('lato300.woff') format('woff');
+}