From 8fe4e8b8e723f557bd0e48c68c99af2f14b5d382 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Mon, 24 Feb 2014 02:14:36 -0800 Subject: Change font and centre on page. --- fonts/lato.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 fonts/lato.css (limited to 'fonts/lato.css') 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'); +} -- cgit v1.2.3-70-g09d2