Primera versión del plugin
This commit is contained in:
139
assets/dynamic-styles.css
Normal file
139
assets/dynamic-styles.css
Normal file
@@ -0,0 +1,139 @@
|
||||
/* ============================================
|
||||
FontAwesome Dynamic Styles
|
||||
Generado: 2025-12-15T04:11:59.767Z
|
||||
Estilos detectados: 10
|
||||
============================================ */
|
||||
|
||||
/* Font Awesome 6 Pro */
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 6 Pro';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
font-display: block;
|
||||
src: url("../webfonts/fa-solid-900.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 6 Pro';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: block;
|
||||
src: url("../webfonts/fa-regular-400.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 6 Pro';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-display: block;
|
||||
src: url("../webfonts/fa-light-300.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 6 Pro';
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
font-display: block;
|
||||
src: url("../webfonts/fa-thin-100.woff2") format("woff2");
|
||||
}
|
||||
|
||||
/* Font Awesome 6 Duotone */
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 6 Duotone';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
font-display: block;
|
||||
src: url("../webfonts/fa-duotone-900.woff2") format("woff2");
|
||||
}
|
||||
|
||||
/* Font Awesome 6 Sharp */
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 6 Sharp';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
font-display: block;
|
||||
src: url("../webfonts/fa-sharp-solid-900.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 6 Sharp';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: block;
|
||||
src: url("../webfonts/fa-sharp-regular-400.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 6 Sharp';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-display: block;
|
||||
src: url("../webfonts/fa-sharp-light-300.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 6 Sharp';
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
font-display: block;
|
||||
src: url("../webfonts/fa-sharp-thin-100.woff2") format("woff2");
|
||||
}
|
||||
|
||||
/* Font Awesome 6 Brands */
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 6 Brands';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: block;
|
||||
src: url("../webfonts/fa-brands-400.woff2") format("woff2");
|
||||
}
|
||||
|
||||
/* Reglas de clase */
|
||||
.fas {
|
||||
font-family: 'Font Awesome 6 Pro';
|
||||
font-weight: 900;
|
||||
}
|
||||
.far {
|
||||
font-family: 'Font Awesome 6 Pro';
|
||||
font-weight: 400;
|
||||
}
|
||||
.fal {
|
||||
font-family: 'Font Awesome 6 Pro';
|
||||
font-weight: 300;
|
||||
}
|
||||
.fat {
|
||||
font-family: 'Font Awesome 6 Pro';
|
||||
font-weight: 100;
|
||||
}
|
||||
.fad {
|
||||
font-family: 'Font Awesome 6 Duotone';
|
||||
font-weight: 900;
|
||||
}
|
||||
.fass {
|
||||
font-family: 'Font Awesome 6 Sharp';
|
||||
font-weight: 900;
|
||||
}
|
||||
.fasr {
|
||||
font-family: 'Font Awesome 6 Sharp';
|
||||
font-weight: 400;
|
||||
}
|
||||
.fasl {
|
||||
font-family: 'Font Awesome 6 Sharp';
|
||||
font-weight: 300;
|
||||
}
|
||||
.fast {
|
||||
font-family: 'Font Awesome 6 Sharp';
|
||||
font-weight: 100;
|
||||
}
|
||||
.fab {
|
||||
font-family: 'Font Awesome 6 Brands';
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
/* Variables para Duotone */
|
||||
.fad, .fasd {
|
||||
--fa-primary-color: currentColor;
|
||||
--fa-secondary-color: rgba(0, 0, 0, 0.4);
|
||||
--fa-primary-opacity: 1;
|
||||
--fa-secondary-opacity: 0.4;
|
||||
}
|
||||
Reference in New Issue
Block a user