photofloat/web/css/001-fonts.css

24 lines
614 B
CSS
Raw Normal View History

2011-05-06 13:55:47 +02:00
@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");
}