Skip to content

Commit

Permalink
Use local version of font-awesome.css
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Mar 11, 2015
1 parent 2d8d609 commit 24be9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/markdown.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" media="only screen and (max-device-width: 480px)" href="/css/phone.css">
<link rel="stylesheet" media="print" href="/css/pdf.css">
<link rel="stylesheet" href="/js/highlight/styles/<%if (hasOwnProperty('highlightStyle') && highlightStyle!=='') { %><%- highlightStyle %><% }else{%>monokai_sublime<%}%>.css">
<link rel="stylesheet" href="http://apps.bdimg.com/libs/fontawesome/4.2.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/font-awesome.css">
</head>
<body>
<div class="slides">
Expand Down

0 comments on commit 24be9d5

Please sign in to comment.