Skip to content

Commit

Permalink
add Font Awesome Solid set as well, needed by some widgets/plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
osma committed May 4, 2022
1 parent 2f86b92 commit 4a780c2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions resource/fontawesome/css/solid.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/*!
* Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc.
*/
:root, :host {
--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"; }

@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
font-family: 'Font Awesome 6 Free';
font-weight: 900; }
Binary file added resource/fontawesome/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file added resource/fontawesome/webfonts/fa-solid-900.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions view/light.twig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<link href="resource/css/fira.css" media="screen, print" rel="stylesheet" type="text/css">
<link href="resource/fontawesome/css/fontawesome.css" media="screen, print" rel="stylesheet" type="text/css">
<link href="resource/fontawesome/css/regular.css" media="screen, print" rel="stylesheet" type="text/css">
<link href="resource/fontawesome/css/solid.css" media="screen, print" rel="stylesheet" type="text/css">
<link href="resource/css/styles.css" media="screen, print" rel="stylesheet" type="text/css">
{% if ServiceCustomCss %}
<link href="{{ ServiceCustomCss }}" media="screen, print" rel="stylesheet" type="text/css">
Expand Down

0 comments on commit 4a780c2

Please sign in to comment.