Changed menu to use VictorMono.

This commit is contained in:
2025-02-27 10:07:42 -05:00
parent 92acd79899
commit 46dd394da2
35 changed files with 86 additions and 71 deletions

View File

@ -27,57 +27,29 @@
}
@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-family: "CM";
src: url("/fonts/NewCM10-Bold.otf") format("opentype");
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-family: "CM";
src: url("/fonts/NewCM10-Regular.otf") format("opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: JuliaMonoNerdFont;
src: url("/fonts/JuliaMonoNerdFont-Italic.ttf") format("truetype");
font-family: "CM";
src: url("/fonts/NewCM10-BoldItalic.otf") format("opentype");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "CM";
src: url("/fonts/NewCM10-Italic.otf") format("opentype");
font-weight: normal;
font-style: italic;
}
@ -130,18 +102,15 @@ body {
}
#top {
font-family: "GentiumBookPlus";
font-family: "CM";
}
.main .profile_inner {
font-family: "VictorMono";
}
.buttons {
font-family: "GentiumBookPlus";
}
#menu a {
font-family: VictorMono;
font-size: 20px;
font-weight: bold;
font-style: italic;
@ -158,9 +127,13 @@ h3,
h4,
h5,
h6 {
font-family: "GentiumBookPlus";
font-family: "CM";
}
p {
font-family: "VictorMono"
font-family: "VictorMono";
}
.terms-tags {
font-family: "VictorMono";
}