Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/* #region CORPORATE S */
@font-face {
font-family: "Corporate S";
font-weight: 400;
src: url(../font/corporate-s/CorporateS-Regular.ttf) format("truetype"); }
@font-face {
font-family: "Corporate S";
font-weight: 400;
font-style: italic;
src: url(../font/corporate-s/CorporateS-RegularItalic.ttf) format("truetype"); }
@font-face {
font-family: "Corporate S";
font-weight: 700;
src: url(../font/corporate-s/CorporateS-Bold.ttf) format("truetype"); }
@font-face {
font-family: "Corporate S";
font-weight: 700;
font-style: italic;
src: url(../font/corporate-s/CorporateS-BoldItalic.ttf) format("truetype"); }
/* #endregion */
/* #region HERMANN */
@font-face {
font-family: "Hermann";
font-weight: 700;
src: url(../font/hermann/Hermann-Bold.ttf) format("truetype"); }
/* #endregion */
/* #region MONONOKI */
@font-face {
font-family: "Mononoki";
font-weight: bold;
src: url(../font/mononoki/mononoki-Bold.ttf) format("truetype"); }
@font-face {
font-family: "Mononoki";
font-weight: bold;
font-style: italic;
src: url(../font/mononoki/mononoki-BoldItalic.ttf) format("truetype"); }
@font-face {
font-family: "Mononoki";
font-weight: normal;
font-style: italic;
src: url(../font/mononoki/mononoki-Italic.ttf) format("truetype"); }
@font-face {
font-family: "Mononoki";
font-weight: normal;
src: url(../font/mononoki/mononoki-Regular.ttf) format("truetype"); }
/* #endregion */