my website
0
fork

Configure Feed

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

remove cv02 (open four) from inter, also pronouns

chfour a23c19f6 88a8c0dd

+4 -4
+1 -1
flake.nix
··· 52 52 "U+015A" "U+0179" "U+017B" "U+0105" "U+0107" "U+0119" 53 53 "U+0142" "U+0144" "U+00F3" "U+015B" "U+017A" "U+017C" 54 54 ]; 55 - extraArgs = [ "--layout-features+=cv10,cv02,zero,tnum" ]; 55 + extraArgs = [ "--layout-features+=cv10,zero,tnum" ]; 56 56 }; 57 57 58 58 packages.website-fonts = pkgs.stdenvNoCC.mkDerivation {
+1 -1
src/index.html
··· 69 69 70 70 <p>high ambitions, low energy, hoarder of junk</p> 71 71 <p>exceptionally uncreative</p> 72 - <p>gender outage (any pronouns). some flavor of queer. taken <3</p> 72 + <p>gender outage, (she|it)&gt;they, some flavor(s) of queer. taken <3</p> 73 73 <p>&Theta;&Delta; [platinum]&nbsp;fox, furry</p> 74 74 <p>19 years old and counting</p> 75 75 <p>from Silesia, Poland<span id="timenow"></span></p>
+2 -2
src/style.css
··· 4 4 font-weight: 100 900; 5 5 font-display: block; 6 6 src: url(fonts/InterVariable.fast.woff2) format('woff2'); 7 - font-feature-settings: "cv10", "cv02", "zero"; 7 + font-feature-settings: "cv10", "zero"; 8 8 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+0394, U+0398, U+0104, U+0106, U+0118, U+0141, U+0143, U+00D3, U+015A, U+0179, U+017B, U+0105, U+0107, U+0119, U+0142, U+0144, U+00F3, U+015B, U+017A, U+017C; 9 9 } 10 10 @font-face { ··· 13 13 font-weight: 100 900; 14 14 font-display: block; 15 15 src: url(fonts/InterVariable-Italic.fast.woff2) format('woff2'); 16 - font-feature-settings: "cv10", "cv02", "zero"; 16 + font-feature-settings: "cv10", "zero"; 17 17 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+0394, U+0398, U+0104, U+0106, U+0118, U+0141, U+0143, U+00D3, U+015A, U+0179, U+017B, U+0105, U+0107, U+0119, U+0142, U+0144, U+00F3, U+015B, U+017A, U+017C; 18 18 } 19 19 /* todo: non-fast variants and generating this from the nix stuff too maybe lol */