You are here

webfonts.css in AT Tools 8.3

/**
 * Web fonts
 ============================================================================ */
/* Override Font Awesome classes. */
.fa-border {
  border: solid 1px;
  border-radius: 2px;
}

/* Hide in-content icons if Font Awesome fails to load. */
.fa-loading .fa,
.fa-unavailable .fa {
  display: none;
}
/*# sourceMappingURL=webfonts.css.map */

File

at_theme_generator/starterkits/starterkit/styles/css/components/webfonts.css
View source
  1. /**
  2. * Web fonts
  3. ============================================================================ */
  4. /* Override Font Awesome classes. */
  5. .fa-border {
  6. border: solid 1px;
  7. border-radius: 2px;
  8. }
  9. /* Hide in-content icons if Font Awesome fails to load. */
  10. .fa-loading .fa,
  11. .fa-unavailable .fa {
  12. display: none;
  13. }
  14. /*# sourceMappingURL=webfonts.css.map */