You are here

webfonts.css in AT Tools 8

/**
 * 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;
}

/* Web font smoothing */
:after,
:before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*# sourceMappingURL=maps/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. /* Web font smoothing */
  15. :after,
  16. :before {
  17. text-rendering: auto;
  18. -webkit-font-smoothing: antialiased;
  19. -moz-osx-font-smoothing: grayscale;
  20. }
  21. /*# sourceMappingURL=maps/webfonts.css.map */