FA free local version 5.12.0 (all.min.css) from https://fontawesome.com/download

This commit is contained in:
Michiel Scholten 2020-01-05 11:35:38 +01:00 committed by Vitaly Potyarkin
commit c6462589ba
17 changed files with 9044 additions and 0 deletions

View file

@ -27,6 +27,7 @@
{% endif %}
<link rel="stylesheet" href="{{ url(BOOTSTRAP_CSS or '/theme/css/bootstrap.min.css') }}">
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/fontawesome.min.css">
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments/{{ PYGMENTS_STYLE|default('default') }}.min.css">
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/theme.css">
{% for stylesheet in THEME_CSS_OVERRIDES or () %}