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