Switched to ForkAwesome, removed FontAwesome + LineAwesome

This commit is contained in:
Andy Miller
2019-01-09 18:44:29 -07:00
parent d08e4bfd4f
commit 80dc17c473
22 changed files with 2824 additions and 5644 deletions

View File

@@ -2,6 +2,7 @@
## mm/dd/2018
1. [](#improved)
* Implemented [ForkAwesome](https://forkawesome.github.io/Fork-Awesome/) and removed FontAwesome + LineAwesome
* Unset state from user if not super or user admin
* Make new System Config layout responsive [#1579](https://github.com/getgrav/grav-plugin-admin/issues/1579)
* Take admin setting for 2FA into account when showing user 2FA badge [#1568](https://github.com/getgrav/grav-plugin-admin/issues/1568)

View File

@@ -176,15 +176,6 @@ form:
type: bool
help: Use Google custom fonts. Disable this to use Helvetica. Useful when using Cyrillic and other languages with unsupported characters.
admin_icons:
type: select
size: medium
label: Icon Style
default: line-awesome
options:
line-awesome: Lighter Line Icons (LineAwesome)
font-awesome: Darker Solid Icons (FontAwesome)
show_beta_msg:
type: hidden

File diff suppressed because one or more lines are too long

12
themes/grav/css/fork-awesome.min.css vendored Executable file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 463 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 444 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,4 @@
{% if uri.extension() == 'json' %}{% include 'default.json.twig' %}{% else %}
{% set icon_style = config.plugins.admin.admin_icons %}
<!DOCTYPE html>
<html lang="en">
<head>

View File

@@ -6,7 +6,7 @@
{% else %}
{% do assets.addCss(theme_url~'/css-compiled/simple-fonts.css') %}
{% endif %}
{% do assets.addCss(theme_url~'/css/'~icon_style~'.min.css') %}
{% do assets.addCss(theme_url~'/css/fork-awesome.min.css') %}
{% do assets.addCss(theme_url~'/css/chartist.min.css') %}
{% do assets.addCss(theme_url~'/css/selectize.min.css') %}
{% do assets.addCss(theme_url~'/css/hint.base.min.css') %}