Skip to content
Snippets Groups Projects
Commit 3a8bf87b authored by Kim Höfer's avatar Kim Höfer
Browse files

remove font awesome

parent d6c09183
No related branches found
No related tags found
3 merge requests!1895Development,!1882Development,!1844Resolve "Remove Font-Awesome-Icons"
......@@ -161,7 +161,7 @@ Results.prototype.addToContainer = function (container) {
var template = document.createElement("div");
template.innerHTML = '<div id="saver-options">\
<div class="saver-option saver-option-filter">\
<div class="saver-option">\
<input style="font-family:, sans-serif;" class="form-control" type="text" placeholder="' + t('result-saver.filter') + '">\
</div>\
<div class="saver-option saver-option-sort">\
......@@ -173,7 +173,7 @@ Results.prototype.addToContainer = function (container) {
</div>\
<div class="saver-option saver-option-delete">\
<button class="btn btn-danger btn-md" id="saver-options-delete-btn">\
<img class= \"mg-icon result-saver-icon\" src=\"/img/trashcan.svg\">\
<img class= \"mg-icon mg-icon-inverted result-saver-icon\" src=\"/img/trashcan.svg\">\
' + t('result-saver.deleteAll') + '\
</button>\
</div>\
......
......@@ -308,17 +308,7 @@ summary {
/* Links */
// Internal, but design differs from other pages
.inlink {
&:after {
display: inline-block;
font: normal normal normal 14px/1 'Font Awesome 5 Free';
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f35d";
}
}
/* Little helpers */
......
......@@ -20,8 +20,7 @@
<link rel="search" type="application/opensearchdescription+xml" title="{{ trans('staticPages.opensearch') }}" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), action('StartpageController@loadPlugin', ['key' => Cookie::get('key')])) }}">
@endif
<link href="/fonts/liberationsans/stylesheet.css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="{{ mix('css/fontawesome.css') }}" />
<link type="text/css" rel="stylesheet" href="{{ mix('css/fontawesome-solid.css') }}" />
<link type="text/css" rel="stylesheet" href="{{ mix('css/themes/metager.css') }}"/>
@if(Cookie::get('dark_mode') === "2")
......
......@@ -15,8 +15,6 @@
<link rel="search" type="application/opensearchdescription+xml" title="{{ trans('staticPages.opensearch') }}" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), action('StartpageController@loadPlugin', ['key' => Cookie::get('key')])) }}">
@endif
<link href="/fonts/liberationsans/stylesheet.css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="{{ mix('css/fontawesome.css') }}" />
<link type="text/css" rel="stylesheet" href="{{ mix('css/fontawesome-solid.css') }}" />
<link type="text/css" rel="stylesheet" href="{{ mix('css/themes/metager.css') }}"/>
@if(Cookie::get('dark_mode') === "2")
......
......@@ -58,8 +58,6 @@
@endif
<link type="text/css" rel="stylesheet" href="{{ mix('css/utility.css') }}" />
<link href="/fonts/liberationsans/stylesheet.css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="{{ mix('css/fontawesome.css') }}" />
<link type="text/css" rel="stylesheet" href="{{ mix('css/fontawesome-solid.css') }}" />
<script src="{{ mix('js/lib.js') }}"></script>
<script src="{{ mix('js/utility.js') }}"></script>
@if(!empty($js) && is_array($js))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment