worldwide-telescope-docs-hub/sass/_typography.scss

31 строка
843 B
SCSS

@font-face {
font-family: "UniversLTPro";
src: url("assets/39762C_0_0.eot?#iefix") format("embedded-opentype"),
url("assets/39762C_0_0.woff2") format("woff2"),
url("assets/39762C_0_0.woff") format("woff"),
url("assets/39762C_0_0.ttf") format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "UniversLTPro";
src: url("assets/39762C_2_0.eot?#iefix") format("embedded-opentype"),
url("assets/39762C_2_0.woff2") format("woff2"),
url("assets/39762C_2_0.woff") format("woff"),
url("assets/39762C_2_0.ttf") format("truetype");
font-weight: 700;
font-style: normal;
}
html {
// Default font sizes are too small, I think. At a standard 1em = 16px,
// 1.375em becomes 22px.
font-size: 1.375em;
font-family: "UniversLTPro";
}
body {
line-height: 1.5;
}