]> jfr.im git - irc/freenode/web-7.0.git/blob - static/css/freenode.css
Update policies.md
[irc/freenode/web-7.0.git] / static / css / freenode.css
1 @font-face {
2 font-family: 'freenode';
3 src: url('../fonts/freenode.eot?2vz2mq');
4 src: url('../fonts/freenode.eot?2vz2mq#iefix') format('embedded-opentype'),
5 url('../fonts/freenode.ttf?2vz2mq') format('truetype'),
6 url('../fonts/freenode.woff?2vz2mq') format('woff'),
7 url('../fonts/freenode.svg?2vz2mq#icomoon') format('svg');
8 font-weight: normal;
9 font-style: normal;
10 }
11
12 [class^="fn-"], [class*=" fn-"] {
13 /* use !important to prevent issues with browser extensions that change fonts */
14 font-family: 'freenode' !important;
15 speak: none;
16 font-style: normal;
17 font-weight: normal;
18 font-variant: normal;
19 text-transform: none;
20 line-height: 1;
21
22 /* Better Font Rendering =========== */
23 -webkit-font-smoothing: antialiased;
24 -moz-osx-font-smoothing: grayscale;
25 }
26
27 .fn-d:before {
28 content: "\e900";
29 }
30 .fn-e:before {
31 content: "\e901";
32 }
33 .fn-f:before {
34 content: "\e902";
35 }
36 .fn-n:before {
37 content: "\e903";
38 }
39 .fn-o:before {
40 content: "\e904";
41 }
42 .fn-r:before {
43 content: "\e905";
44 }
45