
| Current Path : /var/www/html/atstandard001/styles/uikit/components/partials/base/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/atstandard001/styles/uikit/components/partials/base/_webfonts.scss |
/**
* Web fonts
============================================================================ */
/* Override Font Awesome classes. */
.#{$fa-css-prefix}-border {
border: $border-style $border-width;
border-radius: $border-radius;
}
// FontFaceObserver will add/remove classes to the html element. By default we
// only check if FontAwesome is loading.
.fa-loaded {}
/* Hide in-content icons if Font Awesome fails to load. */
.fa-loading,
.fa-unavailable {
.#{$fa-css-prefix} {
display: none;
}
}
// Typekit - styles to use before Typekit is loaded.
// SEE http://help.typekit.com/customer/portal/articles/6852
.wf-loading {}
// Typekit - styles to use after Typekit is loaded.
.wf-active {}