Artifact f2cb029f6cce4d5d056a994cda6b89a8c14cf73f:
- File cgisetup/www/css/fonts/font-awesome-4.2.0/less/core.less — 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: 418) [annotate] [blame] [check-ins using] [more...]
- File cgisetup/www/html-kickstart/css/fonts/font-awesome-4.2.0/less/core.less — part of check-in [e8f9900f14] at 2017-02-26 19:56:09 on branch v1.64 — Adding some templates for cgi (user: matt, size: 418) [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; }