Moved custom font css to the proper place.
This commit is contained in:
57
assets/css/extended/custom_fonts.css
Normal file
57
assets/css/extended/custom_fonts.css
Normal file
@ -0,0 +1,57 @@
|
||||
@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;
|
||||
}
|
Reference in New Issue
Block a user