0
|
1 @font-face {
|
|
2 font-family: 'Mono Social Icons Font';
|
|
3 src: url('MonoSocialIconsFont-1.10.eot');
|
|
4 src: url('MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
|
|
5 url('MonoSocialIconsFont-1.10.woff') format('woff'),
|
|
6 url('MonoSocialIconsFont-1.10.ttf') format('truetype'),
|
|
7 url('MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
|
|
8 src: url('MonoSocialIconsFont-1.10.ttf') format('truetype');
|
|
9 font-weight: normal;
|
|
10 font-style: normal;
|
|
11 }
|
|
12
|
|
13 .social-icons, .social-icons:before {
|
|
14 font-family: 'Mono Social Icons Font';
|
|
15 font-style: normal;
|
|
16 font-weight: normal;
|
|
17 -webkit-text-rendering: optimizeLegibility;
|
|
18 -moz-text-rendering: optimizeLegibility;
|
|
19 -ms-text-rendering: optimizeLegibility;
|
|
20 -o-text-rendering: optimizeLegibility;
|
|
21 text-rendering: optimizeLegibility;
|
|
22 -webkit-font-smoothing: antialiased;
|
|
23 -moz-font-smoothing: antialiased;
|
|
24 -ms-font-smoothing: antialiased;
|
|
25 -o-font-smoothing: antialiased;
|
|
26 font-smoothing: antialiased;
|
|
27
|
|
28 -ms-font-feature-settings:"liga" 1;
|
|
29 font-family:'Mono Social Icons Font';
|
|
30 -webkit-text-rendering:optimizeLegibility;
|
|
31 -moz-text-rendering:optimizeLegibility;
|
|
32 -ms-text-rendering:optimizeLegibility;
|
|
33 -o-text-rendering:optimizeLegibility;
|
|
34 text-rendering:optimizeLegibility;
|
|
35 -webkit-font-smoothing:antialiased;
|
|
36 -moz-font-smoothing:antialiased;
|
|
37 -ms-font-smoothing:antialiased;
|
|
38 -o-font-smoothing:antialiased;
|
|
39 font-smoothing:antialiased;
|
|
40
|
|
41 font-size: 60px; /* Preferred icon size */
|
|
42 display: inline-block;
|
|
43 line-height: 1;
|
|
44 text-transform: none;
|
|
45 letter-spacing: normal;
|
|
46 word-wrap: normal;
|
|
47 white-space: nowrap;
|
|
48 direction: ltr;
|
|
49 }
|
|
50
|
|
51 a.social-icons:before {
|
|
52 content: attr(title);
|
|
53 margin-right: 0.3em;
|
|
54 font-size: 130%;
|
|
55 }
|
|
56
|
|
57 a.social-icons {
|
|
58 background: #9f9f9f;
|
|
59 padding: 7px 5px 3px 5px;
|
|
60 color: white;
|
|
61 text-decoration: none;
|
|
62 }
|