From 68ca52f1253682f5aac02f460249ce9e8b38f487 Mon Sep 17 00:00:00 2001 From: Zachary Kain Date: Mon, 18 Mar 2013 14:15:22 -0400 Subject: [PATCH] wah my beautiful designery fonts don't work in modals --- styles/base.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles/base.styl b/styles/base.styl index f5e0233db5..c3f33b8642 100644 --- a/styles/base.styl +++ b/styles/base.styl @@ -3,6 +3,9 @@ body { padding: 2em; + // I am getting really frustrated that I can't override base bootstrap styles :( + // is there a fix? + font-family: 'Lato', sans-serif !important; // remember to remove !important once shenanigans solved } h1 { font-size: 2em;