Attic is a cozy space with lofty ambitions.
attic.social
1@font-face {
2 font-family: "Quantico";
3 src: url("/fonts/Quantico-Regular.woff2") format("woff2");
4 font-display: swap;
5 font-weight: 400;
6}
7
8@font-face {
9 font-family: "Quantico";
10 src: url("/fonts/Quantico-Bold.woff2") format("woff2");
11 font-display: swap;
12 font-weight: 700;
13}
14
15@font-face {
16 font-family: "Quantico";
17 src: url("/fonts/Quantico-BoldItalic.woff2") format("woff2");
18 font-display: swap;
19 font-style: italic;
20 font-weight: 400;
21}
22
23@font-face {
24 font-family: "Quantico";
25 src: url("/fonts/Quantico-Italic.woff2") format("woff2");
26 font-display: swap;
27 font-style: italic;
28 font-weight: 400;
29}
30
31@font-face {
32 font-family: "Silkscreen";
33 src: url("/fonts/Silkscreen-Regular.woff2") format("woff2");
34 font-display: block;
35 font-weight: 400;
36}
37
38@font-face {
39 font-family: "Silkscreen";
40 src: url("/fonts/Silkscreen-Bold.woff2") format("woff2");
41 font-display: block;
42 font-weight: 700;
43}