photofloat/web/css/001-fonts.css

24 lines
622 B
CSS
Raw Permalink Normal View History

2011-05-06 13:55:47 +02:00
@font-face {
font-family: "LM Roman";
font-weight: bold;
font-style: normal;
2011-05-07 01:11:03 +02:00
src: url("../fonts/lmroman10-bold.otf");
2011-05-06 13:55:47 +02:00
}
@font-face {
font-family: "LM Roman";
font-weight: bold;
font-style: italic;
2011-05-07 01:11:03 +02:00
src: url("../fonts/lmroman10-bolditalic.otf");
2011-05-06 13:55:47 +02:00
}
@font-face {
font-family: "LM Roman";
font-weight: normal;
font-style: italic;
2011-05-07 01:11:03 +02:00
src: url("../fonts/lmroman10-italic.otf");
2011-05-06 13:55:47 +02:00
}
@font-face {
font-family: "LM Roman";
font-weight: normal;
font-style: normal;
2011-05-07 01:11:03 +02:00
src: url("../fonts/lmroman10-regular.otf");
2011-05-06 13:55:47 +02:00
}