Hey is a decentralized and permissionless social media app built with Lens Protocol 馃尶
1@font-face {
2 font-family: "Sofia Pro";
3 src: url("./assets/fonts/SofiaProSoftReg.woff2") format("woff2");
4 font-weight: 400; /* Regular */
5 font-style: normal;
6 font-display: swap;
7}
8
9@font-face {
10 font-family: "Sofia Pro";
11 src: url("./assets/fonts/SofiaProSoftMed.woff2") format("woff2");
12 font-weight: 600; /* Medium */
13 font-style: normal;
14 font-display: swap;
15}
16
17@font-face {
18 font-family: "Sofia Pro";
19 src: url("./assets/fonts/SofiaProSoftBold.woff2") format("woff2");
20 font-weight: 700; /* Bold */
21 font-style: normal;
22 font-display: swap;
23}