aboutsummaryrefslogtreecommitdiffstats
path: root/web/css/001-fonts.css
blob: 1129901e51fc2f713dbfb2ac7ddf1a4ac4116cc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@font-face {
        font-family: "LM Roman";
        font-weight: bold;
        font-style: normal;
        src: url("../fonts/lmroman10-bold.otf");
}
@font-face {
        font-family: "LM Roman";
        font-weight: bold;
        font-style: italic;
        src: url("../fonts/lmroman10-bolditalic.otf");
}
@font-face {
        font-family: "LM Roman";
        font-weight: normal;
        font-style: italic;
        src: url("../fonts/lmroman10-italic.otf");
}
@font-face {
        font-family: "LM Roman";
        font-weight: normal;
        font-style: normal;
        src: url("../fonts/lmroman10-regular.otf");
}