/[svn]/doc/tmpl/css/fontsbase.css
ViewVC logotype

Annotation of /doc/tmpl/css/fontsbase.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2732 - (hide annotations) (download) (as text)
Sun Apr 26 20:54:00 2015 UTC (9 years ago) by schoenebeck
File MIME type: text/css
File size: 1957 byte(s)
* Initial import of doc.linuxsampler.org.

1 schoenebeck 2732 /*
2     CrudeDoc CSS Style Fonts
3     Copyright (c) 2015 Christian Schoenebeck. All rights reserved.
4     http://www.crudebyte.com
5     */
6    
7     @font-face {
8     font-family: CRDSans;
9     src: url('../fonts/ekmukta/EkMukta-ExtraLight.ttf');
10     font-weight: 200;
11     }
12    
13     @font-face {
14     font-family: CRDSans;
15     src: url('../fonts/ekmukta/EkMukta-Light.ttf');
16     font-weight: 300;
17     }
18    
19     @font-face {
20     font-family: CRDSans;
21     src: url('../fonts/ekmukta/EkMukta-Regular.ttf');
22     font-weight: normal; /* 400 */
23     }
24    
25     @font-face {
26     font-family: CRDSans;
27     src: url('../fonts/ekmukta/EkMukta-Medium.ttf');
28     font-weight: 500;
29     }
30    
31     @font-face {
32     font-family: CRDSans;
33     src: url('../fonts/ekmukta/EkMukta-SemiBold.ttf');
34     font-weight: 600;
35     }
36    
37     @font-face {
38     font-family: CRDSans;
39     src: url('../fonts/ekmukta/EkMukta-Bold.ttf');
40     font-weight: bold; /* 700 */
41     }
42    
43     @font-face {
44     font-family: CRDSans;
45     src: url('../fonts/ekmukta/EkMukta-ExtraBold.ttf');
46     font-weight: 800;
47     }
48    
49    
50    
51     @font-face {
52     font-family: CRDHigh;
53     src: url('../fonts/oswald/Oswald-Light.ttf');
54     font-weight: 300;
55     }
56    
57     @font-face {
58     font-family: CRDHigh;
59     src: url('../fonts/oswald/Oswald-Regular.ttf');
60     font-weight: normal; /* 400 */
61     }
62    
63     @font-face {
64     font-family: CRDHigh;
65     src: url('../fonts/oswald/Oswald-Bold.ttf');
66     font-weight: bold;
67     }
68    
69    
70    
71     @font-face {
72     font-family: CRDCour;
73     src: url('../fonts/couriersans/Courier Prime Sans Bold Italic.ttf');
74     font-weight:bold;
75     font-style:italic;
76     }
77    
78     @font-face {
79     font-family: CRDCour;
80     src: url('../fonts/couriersans/Courier Prime Sans Bold.ttf');
81     font-weight:bold;
82     font-style:normal;
83     }
84    
85     @font-face {
86     font-family: CRDCour;
87     src: url('../fonts/couriersans/Courier Prime Sans Italic.ttf');
88     font-weight:normal;
89     font-style:italic;
90     }
91    
92     @font-face {
93     font-family: CRDCour;
94     src: url('../fonts/couriersans/Courier Prime Sans.ttf');
95     font-weight:normal;
96     font-style:normal;
97     }

  ViewVC Help
Powered by ViewVC