Skip to content

Commit

Permalink
Don't load webfonts.css since it's been removed and 404s. (#111)
Browse files Browse the repository at this point in the history
In 928623c the file itself was removed and the reference to it
was removed in 91ec36e but reintroduced in cd84f55.
  • Loading branch information
truthbyron authored Nov 18, 2021
1 parent b6f35d5 commit f9594b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sphinx_wagtail_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<link rel="shortcut icon" href="{{ pathto('_static/' + favicon, 1) }}" />
{%- endif %}
<link rel="stylesheet" type="text/css" href="{{ pathto('_static/' + style, 1) }}" />
<link rel="stylesheet" type="text/css" href="{{ pathto('_static/dist/webfonts.css', 1) }}" />
<link rel="stylesheet" type="text/css" href="{{ pathto('_static/dist/fontawesome.css', 1) }}" />
{%- block linktags %}
{%- if hasdoc('about') %}
Expand Down

0 comments on commit f9594b0

Please sign in to comment.