chg: pkg: remove unnecessary cdn based fonts #4
This commit is contained in:
@@ -28,20 +28,20 @@
|
||||
{{ app.user.username }}
|
||||
</a>
|
||||
<a href="{{ path('MineSeekerBundle_profile_security') }}" class="hero-auth-btn hero-auth-btn--security">
|
||||
<i class="fa fa-lock"></i> Security
|
||||
<i class="fas fa-lock"></i> Security
|
||||
</a>
|
||||
<form method="post" action="{{ path('MineSeekerBundle_logout') }}">
|
||||
<input type="hidden" name="_csrf_token" value="{{ csrf_token('logout') }}"/>
|
||||
<button type="submit" class="hero-auth-btn hero-auth-btn--out">
|
||||
<i class="fa fa-sign-out"></i> Sign out
|
||||
<i class="fas fa-right-from-bracket"></i> Sign out
|
||||
</button>
|
||||
</form>
|
||||
{% else %}
|
||||
<a href="{{ path('MineSeekerBundle_login') }}" class="hero-auth-btn">
|
||||
<i class="fa fa-sign-in"></i> Sign in
|
||||
<i class="fas fa-right-to-bracket"></i> Sign in
|
||||
</a>
|
||||
<a href="{{ path('MineSeekerBundle_register') }}" class="hero-auth-btn hero-auth-btn--register">
|
||||
<i class="fa fa-user-plus"></i> Register
|
||||
<i class="fas fa-user-plus"></i> Register
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
@@ -70,9 +70,9 @@
|
||||
<section class="feature-block">
|
||||
<div class="feature-block__inner">
|
||||
<div class="feature-block__visual feature-block__visual--stats">
|
||||
<i class="fa fa-bar-chart"></i>
|
||||
<i class="fa fa-trophy"></i>
|
||||
<i class="fa fa-history"></i>
|
||||
<i class="fas fa-chart-bar"></i>
|
||||
<i class="fas fa-trophy"></i>
|
||||
<i class="fas fa-clock-rotate-left"></i>
|
||||
</div>
|
||||
<div class="feature-block__text">
|
||||
<p class="feature-block__label">For registered players</p>
|
||||
@@ -84,7 +84,7 @@
|
||||
</p>
|
||||
{% if not is_granted("IS_AUTHENTICATED_REMEMBERED") %}
|
||||
<a href="{{ path('MineSeekerBundle_register') }}" class="feature-block__cta">
|
||||
<i class="fa fa-user-plus"></i> Create free account
|
||||
<i class="fas fa-user-plus"></i> Create free account
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user