2024-03-28 15:56:20 -04:00

28 lines
634 B
CSS

@font-face {
font-family: TTB;
src: url(dist/TT2020StyleB-Regular.woff2);
font-weight:bold;
}
@font-face {
font-family: TTE;
src: url(dist/TT2020StyleE-Regular.woff2);
font-style: normal;
}
@font-face {
font-family: TTE;
src: url(dist/TT2020StyleE-Italic.woff2);
font-weight: normal;
font-style: italic;
}
*{font-display:block}
p{margin:0;margin-top:1.1em;line-height:1em}
h2 {font-family:TTB}
body {font-family:TTE;max-width:42em;font-size:1.5em}
em{font-size:1em}
code{font-family:TTE;padding:1.5em;display:block;color:#888}
@media screen and (max-width: 1776px) {
}
@media screen and (max-width: 770px) {
}