blob: 129b3192523e4b93e507969f16d39abe04f75b34 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
body {
display: grid;
grid-template-columns: auto 1fr;
grid-template-areas: 'sidebar content';
}
@font-face {
font-family: 'Garet';
font-style: normal;
font-weight: 50 950;
font-display: swap;
src: url('/garet.woff2') format('woff2-variations');
}
|