55 lines
897 B
CSS
55 lines
897 B
CSS
h1 {
|
|
font-family: "Dejavu Sans";
|
|
font-size: 33px;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: 700;
|
|
line-height: 36.3px;
|
|
}
|
|
|
|
h2,
|
|
label {
|
|
font-family: "Dejavu Sans";
|
|
font-size: 28px;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: 700;
|
|
line-height: 36.3px;
|
|
}
|
|
|
|
h3 {
|
|
font-family: "Dejavu Sans";
|
|
font-size: 24px;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: 700;
|
|
line-height: 15.4px;
|
|
}
|
|
|
|
p,
|
|
a {
|
|
font-family: "Dejavu Sans";
|
|
font-size: 18px;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: 400;
|
|
line-height: 20px;
|
|
}
|
|
|
|
blockquote {
|
|
font-family: "Dejavu Sans";
|
|
font-size: 21px;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: 400;
|
|
line-height: 30px;
|
|
}
|
|
|
|
pre,span {
|
|
font-family: "Dejavu Sans";
|
|
font-size: 13px;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: 400;
|
|
line-height: 18.5714px;
|
|
}
|