1@font-face {
2 font-family: 'wpxpress';
3 src: url('../fonts/wpxpress.eot?9zg56');
4 src: url('../fonts/wpxpress.eot?9zg56#iefix') format('embedded-opentype'),
5 url('../fonts/wpxpress.ttf?9zg56') format('truetype'),
6 url('../fonts/wpxpress.woff?9zg56') format('woff'),
7 url('../fonts/wpxpress.svg?9zg56#wpxpress') format('svg');
8 font-weight: normal;
9 font-style: normal;
10 font-display: block;
11}
12
13[class^="wpx-icon-"], [class*=" wpx-icon-"] {
14 /* use !important to prevent issues with browser extensions that change fonts */
15 font-family: 'wpxpress' !important;
16 speak: none;
17 font-style: normal;
18 font-weight: normal;
19 font-variant: normal;
20 text-transform: none;
21 line-height: 1;
22
23 /* Better Font Rendering =========== */
24 -webkit-font-smoothing: antialiased;
25 -moz-osx-font-smoothing: grayscale;
26}
27
28.wpx-icon-arrow-up-light:before {
29 content: "\e900";
30}
31.wpx-icon-arrow-up-bold:before {
32 content: "\e911";
33}
34.wpx-icon-angle-double-up:before {
35 content: "\e90a";
36}
37.wpx-icon-angle-up:before {
38 content: "\e90c";
39}
40.wpx-icon-arrow-up-black:before {
...
</html>