Literata Font to css.
This commit is contained in:
@ -54,6 +54,34 @@
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Literata";
|
||||
src: url("/fonts/Literata-VariableFont_opsz,wght.ttf") format("truetype");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Literata";
|
||||
src: url("/fonts/Literata-VariableFont_opsz,wght.ttf") format("truetype");
|
||||
font-weight: medium;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Literata";
|
||||
src: url("/fonts/Literata-Italic-VariableFont_opsz,wght.ttf") format("truetype");
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Literata";
|
||||
src: url("/fonts/Literata-Italic-VariableFont_opsz,wght.ttf") format("truetype");
|
||||
font-weight: medium;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: VictorMono;
|
||||
src: url("/fonts/VictorMono-Bold.ttf") format("truetype");
|
||||
@ -84,7 +112,7 @@
|
||||
|
||||
|
||||
body {
|
||||
font-family: "VictorMono";
|
||||
font-family: "Literata";
|
||||
font-size: 22px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
@ -102,15 +130,15 @@ body {
|
||||
}
|
||||
|
||||
#top {
|
||||
font-family: "CM";
|
||||
font-family: "GentiumBookPlus";
|
||||
}
|
||||
|
||||
.main .profile_inner {
|
||||
font-family: "VictorMono";
|
||||
font-family: "Literata";
|
||||
}
|
||||
|
||||
#menu a {
|
||||
font-family: VictorMono;
|
||||
font-family: Literata;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
@ -127,13 +155,13 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: "CM";
|
||||
font-family: "GentiumBookPlus";
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: "VictorMono";
|
||||
font-family: "Literata";
|
||||
}
|
||||
|
||||
.terms-tags {
|
||||
font-family: "VictorMono";
|
||||
font-family: "Literata";
|
||||
}
|
||||
|
Reference in New Issue
Block a user