Skip to content

Commit 55623f1

Browse files
committed
Remove redundant google fonts. #24
1 parent c66f7e6 commit 55623f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/partials/base.html.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<link rel="canonical" href="{{ page.url(true, true) }}">
1414

1515
{% block stylesheets %}
16-
{% do assets.addCss('https://fonts.googleapis.com/css?family=Fira+Mono:400,700', 100) %}
1716
{% do assets.addCss('//cdn.rawgit.com/necolas/normalize.css/master/normalize.css', 99) %}
1817
{% do assets.addCss('theme://css/bootstrap.min.css', 98) %}
1918
{% do assets.addCss('https://use.fontawesome.com/releases/v5.2.0/css/all.css', 97) %}

0 commit comments

Comments
 (0)