fonts.css
1@font-face {
2 font-family: 'crm';
3 font-weight: bold;
4 font-style: normal;
5 src: url('font/bold.otf') format('opentype');
6}
7
8@font-face {
9 font-family: 'crm';
10 font-weight: normal;
11 font-style: italic;
12 src: url('font/italics.otf') format('opentype');
13}
14
15@font-face {
16 font-family: 'crm';
17 font-weight: normal;
18 font-style: normal;
19 src: url('font/crm.otf') format('opentype');
20}
21
22@font-face {
23 font-family: 'crm';
24 font-weight: bold;
25 font-style: italic;
26 src: url('font/boit.otf') format('opentype');
27}