Set VictorMono as base font.
This commit is contained in:
parent
5d58f788ad
commit
ed9d9dee65
@ -82,8 +82,37 @@
|
||||
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-Regular.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: VictorMono;
|
||||
src: url("/fonts/VictorMono-Italic.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
font-family: "JuliaMonoNerdFont";
|
||||
font-family: "VictorMono";
|
||||
font-size: 22px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
@ -105,7 +134,7 @@ body {
|
||||
}
|
||||
|
||||
.main .profile_inner {
|
||||
font-family: "JuliaMonoNerdFont";
|
||||
font-family: "VictorMono";
|
||||
}
|
||||
|
||||
.buttons {
|
||||
@ -133,5 +162,5 @@ h6 {
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: "JuliaMonoNerdFont"
|
||||
font-family: "VictorMono"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user