aboutsummaryrefslogtreecommitdiffstats
path: root/web/css/001-fonts.css
blob: 20f68e39629da5dbe393a570cabb9953d4c04a1a (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");
}