diff static/css/styles.css @ 397:29d4b5e45423

Use flask to render site and get rid of submodules We don't want to use statically generated html files anymore. We are using flask to do the routing and render the templates for now. This means we also get rid of the submoduels and put everything together in templates/.
author David Soria Parra <davidsp@fb.com>
date Fri, 07 Mar 2014 14:47:13 -0800
parents 8c86fcab8178
children 595c6707635f
line wrap: on
line diff
--- a/static/css/styles.css	Mon Feb 11 14:05:01 2013 +0100
+++ b/static/css/styles.css	Fri Mar 07 14:47:13 2014 -0800
@@ -1,3 +1,9 @@
+@font-face
+{
+    font-family: Optimer;
+    src: url(/static/MgOpenCosmeticaRegular.ttf);
+}
+
 /*
  * Reset
  */
@@ -195,4 +201,3 @@
 	font-size: .90em;
 	font-style: italic;
 }
-