Skip to content

Commit

Permalink
perf(requests): remove font awesome
Browse files Browse the repository at this point in the history
BREAKING CHANGE: We have removed font awesome. Now we use svg images for all icons. This will result
in one less web request, which in turn will improve your websites performance.

fix #487
  • Loading branch information
talha131 committed Aug 12, 2019
1 parent a740a60 commit 7c20145
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<title>{% block title %}{{ SITENAME|striptags|e }}{% endblock title %}</title>
{% block head_links %}
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet">
{% if 'assets' in PLUGINS %}
{% include '_includes/minify_css.html' with context %}
{% else %}
Expand Down

0 comments on commit 7c20145

Please sign in to comment.