24 lines
622 B
CSS
24 lines
622 B
CSS
@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");
|
|
} |