2025-02-27 10:17:59 -05:00

140 lines
2.3 KiB
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;
}
@font-face {
font-family: "CM";
src: url("/fonts/NewCM10-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "CM";
src: url("/fonts/NewCM10-Book.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "CM";
src: url("/fonts/NewCM10-BoldItalic.ttf") format("truetype");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "CM";
src: url("/fonts/NewCM10-BookItalic.ttf") format("truetype");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: VictorMono;
src: url("/fonts/VictorMono-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: VictorMono;
src: url("/fonts/VictorMono-BoldItalic.ttf") format("truetype");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: VictorMono;
src: url("/fonts/VictorMono-Medium.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: VictorMono;
src: url("/fonts/VictorMono-MediumItalic.ttf") format("truetype");
font-weight: normal;
font-style: italic;
}
body {
font-family: "VictorMono";
font-size: 22px;
line-height: 1.4;
}
.entry-content {
font-size: 18px;
}
.entry-header h2 {
font-size: 28px;
}
.logo a {
font-size: 30px;
}
#top {
font-family: "CM";
}
.main .profile_inner {
font-family: "VictorMono";
}
#menu a {
font-family: VictorMono;
font-size: 20px;
font-weight: bold;
font-style: italic;
}
.post-meta,
.breadcrumbs a {
font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "CM";
}
p {
font-family: "VictorMono";
}
.terms-tags {
font-family: "VictorMono";
}