Files
archetypes
assets
content
data
i18n
layouts
resources
static
admin
admin-new
css
fonts
js
media
misc
plugins
animate
bootstrap
filterizr
fira
fontawesome
css
js
less
metadata
scss
_animated.scss
_bordered-pulled.scss
_core.scss
_fixed-width.scss
_functions.scss
_icons.scss
_list.scss
_mixins.scss
_rotated-flipped.scss
_screen-reader.scss
_shims.scss
_sizing.scss
_stacked.scss
_variables.scss
brands.scss
fontawesome.scss
regular.scss
solid.scss
v4-shims.scss
sprites
svgs
webfonts
LICENSE.txt
jQuery
shuffle
slick
venobox
.htaccess
android-chrome-192x192.png
android-chrome-512x512.png
apple-touch-icon-114x114.png
apple-touch-icon-120x120.png
apple-touch-icon-144x144.png
apple-touch-icon-152x152.png
apple-touch-icon-180x180.png
apple-touch-icon-57x57.png
apple-touch-icon-60x60.png
apple-touch-icon-72x72.png
apple-touch-icon-76x76.png
apple-touch-icon.png
browserconfig.xml
favicon-16x16.png
favicon-32x32.png
favicon.ico
mstile-144x144.png
mstile-150x150.png
mstile-310x150.png
mstile-310x310.png
mstile-70x70.png
safari-pinned-tab.svg
site.webmanifest
.gitlab-ci.yml
.hugo_build.lock
.mailmap
config.toml
gcg-website/static/plugins/fontawesome/scss/solid.scss
2022-05-27 18:07:35 +02:00

27 lines
711 B
SCSS

/*!
* 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.
*/
@import 'functions';
@import 'variables';
:root, :host {
--#{$fa-css-prefix}-font-solid: normal 900 1em/1 "#{ $fa-style-family }";
}
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 900;
font-display: $fa-font-display;
src: url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'),
url('#{$fa-font-path}/fa-solid-900.ttf') format('truetype');
}
.fas,
.#{$fa-css-prefix}-solid {
font-family: 'Font Awesome 6 Free';
font-weight: 900;
}