PluginProbe
Prismatic / 2.4
Prismatic v2.4
trunk 1.3 1.4 1.5 1.6 1.6.1 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 2.9.1 3.0 3.1 3.1.1 3.2 3.2.1 All 40 releases
prismatic / css / styles-font-icons.css

styles-font-icons.css in Prismatic 2.4, at css/styles-font-icons.css

31 lines 1011 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 Font Awesome 4.5
3 @ https://fortawesome.github.io/Font-Awesome/cheatsheet/
4 */
5 @font-face {
6 font-family: 'FontAwesome';
7 src: url('../fonts/awesome/fontawesome-webfont.eot?v=4.5.0');
8 src: url('../fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),
9 url('../fonts/awesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),
10 url('../fonts/awesome/fontawesome-webfont.woff?v=4.5.0') format('woff'),
11 url('../fonts/awesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),
12 url('../fonts/awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
13 font-weight: normal;
14 font-style: normal;
15 font-display: swap;
16 }
17 .fa {
18 display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto;
19 -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
20 }
21 .fa-pad {
22 padding: 0 3px 0 0;
23 }
24 .fa-code:before {
25 content: "\f121";
26 font-weight: 900;
27 }
28 .fa-cog:before {
29 content: "\f013";
30 }
31