16 lines
498 B
SCSS
16 lines
498 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: "/build/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';
|