167 lines
3.0 KiB
CSS
167 lines
3.0 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: TT2020;
|
|
src: url("/fonts/TT2020StyleB-Regular.ttf") format("truetype");
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: TT2020;
|
|
src: url("/fonts/TT2020StyleB-Italic.ttf") format("truetype");
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: TT2020;
|
|
src: url("/fonts/TT2020StyleE-Regular.ttf") format("truetype");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: TT2020;
|
|
src: url("/fonts/TT2020StyleE-Italic.ttf") format("truetype");
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: JuliaMonoNerdFont;
|
|
src: url("/fonts/JuliaMonoNerdFont-ExtraBold.ttf") format("truetype");
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: JuliaMonoNerdFont;
|
|
src: url("/fonts/JuliaMonoNerdFont-ExtraBoldItalic.ttf") format("truetype");
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: JuliaMonoNerdFont;
|
|
src: url("/fonts/JuliaMonoNerdFont-Regular.ttf") format("truetype");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: JuliaMonoNerdFont;
|
|
src: url("/fonts/JuliaMonoNerdFont-Italic.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: "GentiumBookPlus";
|
|
}
|
|
|
|
.main .profile_inner {
|
|
font-family: "VictorMono";
|
|
}
|
|
|
|
.buttons {
|
|
font-family: "GentiumBookPlus";
|
|
}
|
|
|
|
#menu a {
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
.post-meta,
|
|
.breadcrumbs a {
|
|
font-size: 20px;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
font-family: "GentiumBookPlus";
|
|
}
|
|
|
|
p {
|
|
font-family: "VictorMono"
|
|
}
|