PluginProbe
FV Player 8 / 8.1
FV Player 8 v8.1
trunk 8.0.18 8.0.19 8.0.20 8.0.21 8.0.25 8.0.27 8.1 8.1.3
fv-player / css / icons / icons.css

icons.css in FV Player 8 8.1, at css/icons/icons.css

25 lines 703 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @font-face {
2 font-family: 'fpicons';
3 src:url('fonts/fpicons.eot?yg5dv7');
4 src:url('fonts/fpicons.eot?#iefixyg5dv7') format('embedded-opentype'),
5 url('fonts/fpicons.woff?yg5dv7') format('woff'),
6 url('fonts/fpicons.ttf?yg5dv7') format('truetype'),
7 url('fonts/fpicons.svg?yg5dv7#fpicons') format('svg');
8 font-weight: normal;
9 font-style: normal;
10 }
11
12 [class^="fp-i-"], [class*=" fp-i-"] {
13 font-family: 'fpicons';
14 speak: none;
15 font-style: normal;
16 font-weight: normal;
17 font-variant: normal;
18 text-transform: none;
19 line-height: 1;
20
21 /* Better Font Rendering =========== */
22 -webkit-font-smoothing: antialiased;
23 -moz-osx-font-smoothing: grayscale;
24 }
25