Removed font awesome

This commit is contained in:
2026-01-14 16:58:18 +03:00
parent 19a8093c8f
commit 1cebdf297d
3 changed files with 9 additions and 56 deletions

View File

@@ -1,24 +1,5 @@
/* Custom styles for the Maxy Social Platform */
/* Override Font Awesome font paths */
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
src: url('../webfonts/fa-regular-400.woff2') format('woff2'),
url('../webfonts/fa-regular-400.woff') format('woff'),
url('../webfonts/fa-regular-400.ttf') format('truetype');
}
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
src: url('../webfonts/fa-solid-900.woff2') format('woff2'),
url('../webfonts/fa-solid-900.woff') format('woff'),
url('../webfonts/fa-solid-900.ttf') format('truetype');
}
/* Fix for overlapping text issue */
.title.is-5.mb-2 {
margin-bottom: 0.25rem !important;
@@ -112,16 +93,7 @@
padding: 3rem 1.5rem 3rem;
}
/* Fallback styles for missing Font Awesome icons */
.fas, .far, .fab {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
/* Ensure icons have fallback appearance if font isn't loaded */
/* Fallback styles for icon containers */
.icon {
width: 1.5em;
height: 1.5em;