mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
replace fontawesome by forkawesome
This commit is contained in:
@@ -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') }}
|
||||
#}
|
||||
|
@@ -29,9 +29,11 @@
|
||||
<title>{{ installation.name }} - {% block title %}{% endblock %}</title>
|
||||
<link rel="shortcut icon" href="{{ asset('build/images/favicon.ico') }}" type="image/x-icon">
|
||||
<link rel="stylesheet" href="{{ asset('build/chill.css') }}"/>
|
||||
{#
|
||||
|
||||
<link rel="stylesheet" href="{{ asset('build/bootstrap.css') }}" type="text/css"/>
|
||||
<link rel="stylesheet" href="{{ asset('build/forkawesome.css') }}" type="text/css"/>
|
||||
<link rel="stylesheet" href="{{ asset('build/ckeditor5.css') }}" type="text/css"/>
|
||||
#}
|
||||
|
||||
{% block css%}<!-- nothing added to css -->{% endblock %}
|
||||
</head>
|
||||
|
||||
@@ -147,6 +149,8 @@
|
||||
|
||||
<script type="text/javascript" src="{{ asset('build/runtime.js') }}"></script>
|
||||
<script type="text/javascript" src="{{ asset('build/chill.js') }}"></script>
|
||||
|
||||
<script text="text/javascript" src="{{ asset('build/bootstrap.js') }}"></script>
|
||||
<script text="text/javascript" src="{{ asset('build/ckeditor5.js') }}"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
Reference in New Issue
Block a user