58 lines
992 B
CSS
58 lines
992 B
CSS
@font-face {
|
|
font-family: "GentiumBookPlus";
|
|
src: url("/fonts/GentiumBookPlus-Bold.ttf") format("truetype");
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "GentiumBookPlus";
|
|
src: url("/fonts/GentiumBookPlus-Regular.ttf") format("truetype");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "GentiumBookPlus";
|
|
src: url("/fonts/GentiumBookPlus-BoldItalic.ttf") format("truetype");
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "GentiumBookPlus";
|
|
src: url("/fonts/GentiumBookPlus-Italic.ttf") format("truetype");
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
body {
|
|
font-family: "GentiumBookPlus";
|
|
font-size: 22px;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
.entry-content {
|
|
font-size: 20px;
|
|
line-height: 1.25;
|
|
}
|
|
|
|
.entry-header h2 {
|
|
font-size: 28px;
|
|
}
|
|
|
|
.logo a {
|
|
font-size: 30px;
|
|
}
|
|
|
|
#menu a {
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
.post-meta,
|
|
.breadcrumbs a {
|
|
font-size: 20px;
|
|
}
|