From 441c9d140dc6b5a97ff37f65ec1cfd0715079d8e Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 4 Feb 2015 09:26:54 -0800 Subject: [PATCH] use local fontawesome --- layout/bootstrap.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/bootstrap.moon b/layout/bootstrap.moon index c4566bb..759903c 100644 --- a/layout/bootstrap.moon +++ b/layout/bootstrap.moon @@ -16,7 +16,7 @@ class Layout extends Widget link rel: "stylesheet", href: "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" link rel: "stylesheet", href: "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css" - link rel: "stylesheet", href: "https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" + link rel: "stylesheet", href: "/static/css/font-awesome.min.css" link rel: "stylesheet", href: "/static/css/readable.css" link rel: "stylesheet", href: "/static/css/main.css"