source: other-projects/nz-flag-design/trunk/design-2d/Original editor.method.ac/method-draw/css/fonts.css@ 29468

Last change on this file since 29468 was 29468, checked in by sjs49, 9 years ago

Initial commit for editor.method.ac for flag design

  • Property svn:executable set to *
File size: 1.9 KB
Line 
1@font-face {
2 font-family: 'Arvo';
3 src: url('font-files/arvo-bold-webfont.woff') format('woff');
4 font-weight: bold;
5 font-style: normal;
6}
7@font-face {
8 font-family: 'Arvo';
9 src: url('font-files/arvo-bolditalic-webfont.woff') format('woff');
10 font-weight: bold;
11 font-style: italic;
12}
13@font-face {
14 font-family: 'Arvo';
15 src: url('font-files/arvo-italic-webfont.woff') format('woff');
16 font-weight: normal;
17 font-style: italic;
18}
19@font-face {
20 font-family: 'Arvo';
21 src: url('font-files/arvo-regular-webfont.woff') format('woff');
22 font-weight: normal;
23 font-style: normal;
24}
25@font-face {
26 font-family: 'Euphoria';
27 src: url('font-files/euphoriascript-regular-webfont.woff') format('woff');
28 font-weight: normal;
29 font-style: normal;
30}
31@font-face {
32 font-family: 'Oswald';
33 src: url('font-files/oswald-bold-webfont.woff') format('woff');
34 font-weight: bold;
35 font-style: normal;
36}
37@font-face {
38 font-family: 'Oswald';
39 src: url('font-files/oswald-light-webfont.woff') format('woff');
40 font-weight: normal;
41 font-style: normal;
42}
43@font-face {
44 font-family: 'Shadows Into Light';
45 src: url('font-files/shadowsintolight-webfont.woff') format('woff');
46 font-weight: normal;
47 font-style: normal;
48}
49@font-face {
50 font-family: 'Simonetta';
51 src: url('font-files/simonetta-black-webfont.woff') format('woff');
52 font-weight: normal;
53 font-style: normal;
54}
55@font-face {
56 font-family: 'Simonetta';
57 src: url('font-files/simonetta-blackitalic-webfont.woff') format('woff');
58 font-weight: normal;
59 font-style: italic;
60}
61@font-face {
62 font-family: 'Simonetta';
63 src: url('font-files/simonetta-italic-webfont.woff') format('woff');
64 font-weight: normal;
65 font-style: italic;
66}
67@font-face {
68 font-family: 'Simonetta';
69 src: url('font-files/simonetta-regular-webfont.woff') format('woff');
70 font-weight: normal;
71 font-style: normal;
72}
Note: See TracBrowser for help on using the repository browser.