chg: pkg: remove unnecessary cdn based fonts #4
This commit is contained in:
15
assets/css/_fontawesome-config.scss
Normal file
15
assets/css/_fontawesome-config.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
/*!*
|
||||
* 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';
|
||||
12
assets/css/_fonts-config.scss
Normal file
12
assets/css/_fonts-config.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
/*!*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
@import '@fontsource/rajdhani';
|
||||
@import '@fontsource/changa-one';
|
||||
@import '@fontsource/open-sans/700';
|
||||
@@ -1,3 +1,12 @@
|
||||
/*!*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
.profile-page {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
@@ -643,7 +652,6 @@
|
||||
|
||||
i {
|
||||
font-size: 40px;
|
||||
display: block;
|
||||
margin-bottom: 16px;
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@use "sass:color";
|
||||
|
||||
.twofa-status {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -220,7 +222,7 @@ $bg-hover: rgba(35, 111, 135, 0.15);
|
||||
color: white;
|
||||
|
||||
&:hover {
|
||||
background: darken($warning, 10%);
|
||||
background: color.adjust($warning, $lightness: -10%);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -229,7 +231,7 @@ $bg-hover: rgba(35, 111, 135, 0.15);
|
||||
color: white;
|
||||
|
||||
&:hover {
|
||||
background: darken($danger, 10%);
|
||||
background: color.adjust($danger, $lightness: -10%);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -249,7 +251,6 @@ $bg-hover: rgba(35, 111, 135, 0.15);
|
||||
font-size: 48px;
|
||||
color: #455a64;
|
||||
margin-bottom: 15px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
&__text {
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&subset=latin-ext');
|
||||
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
|
||||
/*!*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
@import 'fonts-config';
|
||||
@import 'fontawesome-config';
|
||||
@import "style";
|
||||
@import "style.homepage";
|
||||
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
/*!*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
@import "style";
|
||||
@import url('https://fonts.googleapis.com/css?family=Changa+One|Open+Sans:700');
|
||||
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
|
||||
@import 'fonts-config';
|
||||
@import 'fontawesome-config';
|
||||
|
||||
@import 'mineseeker/base';
|
||||
@import 'mineseeker/overlay';
|
||||
@@ -11,4 +20,4 @@
|
||||
@import 'mineseeker/back-button';
|
||||
@import 'mineseeker/timer';
|
||||
@import 'mineseeker/responsive';
|
||||
@import 'mineseeker/waiting-dialog';
|
||||
@import 'mineseeker/waiting-dialog';
|
||||
|
||||
Reference in New Issue
Block a user