Artifact 22bce64316eb1b590fd60558e0b6edaeb23066b1:
- File cgisetup/www/css/fonts/font-awesome-4.2.0/scss/_core.scss — part of check-in [f9ed9f102e] at 2017-02-26 21:22:54 on branch v1.64 — Added beginings for cgi interface support (user: matt, size: 419) [annotate] [blame] [check-ins using] [more...]
- File cgisetup/www/html-kickstart/css/fonts/font-awesome-4.2.0/scss/_core.scss — part of check-in [e8f9900f14] at 2017-02-26 19:56:09 on branch v1.64 — Adding some templates for cgi (user: matt, size: 419) [annotate] [blame] [check-ins using]
// Base Class Definition // ------------------------- .#{$fa-css-prefix} { display: inline-block; font: normal normal normal 14px/1 FontAwesome; // shortening font declaration font-size: inherit; // can't have font-size inherit on line above, so need to override text-rendering: auto; // optimizelegibility throws things off #1094 -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }