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