16 lines
492 B
SCSS
16 lines
492 B
SCSS
|
|
/*!*
|
||
|
|
* This file is part of the SplendidBear Websites' projects.
|
||
|
|
*
|
||
|
|
* Copyright (c) 2026 @ www.splendidbear.org
|
||
|
|
*
|
||
|
|
* For the full copyright and license information, please view the LICENSE
|
||
|
|
* file that was distributed with this source code.
|
||
|
|
*/
|
||
|
|
|
||
|
|
$font-path: "/webfonts";
|
||
|
|
|
||
|
|
@import '@fortawesome/fontawesome-free/scss/fontawesome';
|
||
|
|
@import '@fortawesome/fontawesome-free/scss/brands';
|
||
|
|
@import '@fortawesome/fontawesome-free/scss/solid';
|
||
|
|
@import '@fortawesome/fontawesome-free/scss/regular';
|