PluginProbe
Ebook Store / 6.25
Ebook Store v6.25
6.25 6.24 6.23 6.22 6.21 6.20 trunk
ebook-store / includes / ViewerJS / example.local.css

example.local.css in Ebook Store 6.25, at includes/ViewerJS/example.local.css

28 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* This is just a sample file with CSS rules. You should write your own @font-face declarations
2 * to add support for your desired fonts.
3 */
4
5 @font-face {
6 font-family: 'Novecentowide Book';
7 src: url("/ViewerJS/fonts/Novecentowide-Bold-webfont.eot");
8 src: url("/ViewerJS/fonts/Novecentowide-Bold-webfont.eot?#iefix") format("embedded-opentype"),
9 url("/ViewerJS/fonts/Novecentowide-Bold-webfont.woff") format("woff"),
10 url("/fonts/Novecentowide-Bold-webfont.ttf") format("truetype"),
11 url("/fonts/Novecentowide-Bold-webfont.svg#NovecentowideBookBold") format("svg");
12 font-weight: normal;
13 font-style: normal;
14 }
15
16 @font-face {
17 font-family: 'exotica';
18 src: url('/ViewerJS/fonts/Exotica-webfont.eot');
19 src: url('/ViewerJS/fonts/Exotica-webfont.eot?#iefix') format('embedded-opentype'),
20 url('/ViewerJS/fonts/Exotica-webfont.woff') format('woff'),
21 url('/ViewerJS/fonts/Exotica-webfont.ttf') format('truetype'),
22 url('/ViewerJS/fonts/Exotica-webfont.svg#exoticamedium') format('svg');
23 font-weight: normal;
24 font-style: normal;
25
26 }
27
28