archetypes
assets
content
data
i18n
layouts
resources
static
admin
css
fonts
js
media
misc
plugins
animate
bootstrap
filterizr
fira
fontawesome
css
js
less
_animated.less
_bordered-pulled.less
_core.less
_fixed-width.less
_icons.less
_list.less
_mixins.less
_rotated-flipped.less
_screen-reader.less
_shims.less
_sizing.less
_stacked.less
_variables.less
brands.less
fontawesome.less
regular.less
solid.less
v4-shims.less
metadata
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
config.toml
30 lines
786 B
Plaintext
30 lines
786 B
Plaintext
|
/*!
|
||
|
* 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 "_variables.less";
|
||
|
|
||
|
:root, :host {
|
||
|
--@{fa-css-prefix}-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Font Awesome 6 Brands';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-display: @fa-font-display;
|
||
|
src: url('@{fa-font-path}/fa-brands-400.woff2') format('woff2'),
|
||
|
url('@{fa-font-path}/fa-brands-400.ttf') format('truetype');
|
||
|
}
|
||
|
|
||
|
.fab,
|
||
|
.@{fa-css-prefix}-brands {
|
||
|
font-family: 'Font Awesome 6 Brands';
|
||
|
font-weight: 400;
|
||
|
}
|
||
|
|
||
|
each(.fa-brand-icons(), {
|
||
|
.@{fa-css-prefix}-@{key}:before { content: @value; }
|
||
|
});
|