PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.17.0
GiveWP – Donation Plugin and Fundraising Platform v4.17.0
4.17.0 4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 All 256 releases
give / src / Views / Form / Templates / Sequoia / assets / css / icons / regular.scss

regular.scss in GiveWP – Donation Plugin and Fundraising Platform 4.17.0, at src/Views/Form/Templates/Sequoia/assets/css/icons/regular.scss

24 lines 866 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 * Font Awesome Free 5.12.1 by @fontawesome - https://fontawesome.com
3 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4 */
5 @import '@givewp/css/icons/fa/variables';
6
7 @font-face {
8 font-family: 'Font Awesome 5 Free';
9 font-style: normal;
10 font-weight: 400;
11 font-display: $fa-font-display;
12 src: url('#{$fa-font-path}/fa-regular-400.eot');
13 src: url('#{$fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'),
14 url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'),
15 url('#{$fa-font-path}/fa-regular-400.woff') format('woff'),
16 url('#{$fa-font-path}/fa-regular-400.ttf') format('truetype'),
17 url('#{$fa-font-path}/fa-regular-400.svg#fontawesome') format('svg');
18 }
19
20 .far {
21 font-family: 'Font Awesome 5 Free';
22 font-weight: 400;
23 }
24