replace fontawesome by forkawesome

This commit is contained in:
2021-03-20 21:51:42 +01:00
parent 371da5d9bf
commit 6efa795f2a
25 changed files with 29 additions and 2273 deletions

View File

@@ -33,6 +33,23 @@
{% block content %}
<i class="fa fa-user fa-2x"></i>
<i class="fa fa-bootstrap fa-2x"></i>
<i class="fa fa-fork-awesome fa-2x"></i>
<i class="fa fa-peertube fa-2x"></i>
<style>
span.test::before {
font-family: 'ForkAwesome';
content: '\f0f9';
margin: 0 0.5em;
}
</style>
<span class="test">coucou</span>
{# Display one tabsPanel
{{ tabsPanel.displayOne(tabs, 'test1') }}
#}