Removed Genericons. Added dnxcf-font which is a subset of fontawesome.
[danixland-contact-form.git] / style / dnxcf-font.css
1 @charset "UTF-8";
2
3 @font-face {
4 font-family: 'dnxcf';
5 src: url('font/dnxcf.eot?94474171');
6 src: url('font/dnxcf.eot?94474171#iefix') format('embedded-opentype'),
7 url('font/dnxcf.woff2?94474171') format('woff2'),
8 url('font/dnxcf.woff?94474171') format('woff'),
9 url('font/dnxcf.ttf?94474171') format('truetype'),
10 url('font/dnxcf.svg?94474171#dnxcf') format('svg');
11 font-weight: normal;
12 font-style: normal;
13 }
14 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
15 /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
16 /*
17 @media screen and (-webkit-min-device-pixel-ratio:0) {
18 @font-face {
19 font-family: 'dnxcf';
20 src: url('../font/dnxcf.svg?94474171#dnxcf') format('svg');
21 }
22 }
23 */
24
25 [class^="dnxcf-"]:before, [class*=" dnxcf-"]:before {
26 font-family: "dnxcf";
27 font-style: normal;
28 font-weight: normal;
29 speak: never;
30
31 display: inline-block;
32 text-decoration: inherit;
33 width: 1em;
34 margin-right: .2em;
35 text-align: center;
36 /* opacity: .8; */
37
38 /* For safety - reset parent styles, that can break glyph codes*/
39 font-variant: normal;
40 text-transform: none;
41
42 /* fix buttons height, for twitter bootstrap */
43 line-height: 1em;
44
45 /* Animation center compensation - margins should be symmetric */
46 /* remove if not needed */
47 margin-left: .2em;
48
49 /* you can be more comfortable with increased icons size */
50 /* font-size: 120%; */
51
52 /* Font smoothing. That was taken from TWBS */
53 -webkit-font-smoothing: antialiased;
54 -moz-osx-font-smoothing: grayscale;
55
56 /* Uncomment for 3D effect */
57 /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
58 }
59
60 .dnxcf-mail:before { content: '\2709'; } /* '✉' */
61 .dnxcf-tag:before { content: '\e70d'; } /* '' */
62 .dnxcf-message:before { content: '\f0e6'; } /* '' */
63 .dnxcf-website:before { content: '🌎'; } /* '\1f30e' */
64 .dnxcf-like:before { content: '👍'; } /* '\1f44d' */
65 .dnxcf-user:before { content: '👤'; } /* '\1f464' */