this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

set @font-display

Altagos da694893 7e871fa2

+6 -11
+6 -11
src/_includes/sass/_fonts.scss
··· 1 1 @font-face { 2 - font-family: "Recursive"; 2 + font-family: "Berkely Mono"; 3 3 src: 4 - local("Recursive"), 5 - local("Recursive VF"), 6 - url("assets/recursive_vf.woff2") format("woff2-variations"); 7 - } 8 - 9 - @font-face { 10 - font-family: "Berkely Mono"; 11 - src: url("assets/berkeleymonovariable_regular.ttf") format(truetype) 12 - tech(variations); 13 - font-weight: regular; 4 + local("Berkely Mono Variable"), 5 + local("Berkely Mono"), 6 + url("assets/berkeleymonovariable_regular.ttf") format(truetype) 7 + tech(variations); 8 + font-display: swap; 14 9 }