Changed CSS for new typewriter font.

This commit is contained in:
2025-02-26 15:52:01 -05:00
parent 2b7640cb0e
commit 68367f7646
37 changed files with 167 additions and 27 deletions

View File

@ -26,15 +26,39 @@
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;
}
body {
font-family: "GentiumBookPlus";
font-family: "TT2020";
font-size: 22px;
line-height: 1.4;
line-height: 1.2;
}
.entry-content {
font-size: 20px;
line-height: 1.25;
font-size: 18px;
}
.entry-header h2 {
@ -45,6 +69,18 @@ body {
font-size: 30px;
}
#top {
font-family: "GentiumBookPlus";
}
.main .profile_inner {
font-family: "TT2020";
}
.buttons {
font-family: "GentiumBookPlus";
}
#menu a {
font-size: 20px;
font-weight: bold;
@ -55,3 +91,16 @@ body {
.breadcrumbs a {
font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "GentiumBookPlus";
}
p {
font-family: "TT2020"
}