Mirror of
0
fork

Configure Feed

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

feat: add Red Hat Text font (#52)

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

authored by

Felix Schneider
coderabbitai[bot]
and committed by
GitHub
ccd1903f e17e6cc2

+3 -1
+1
README.md
··· 32 32 - quicksand 33 33 - raleway 34 34 - readexpro 35 + - redhattext 35 36 - roboto 36 37 - robotomono 37 38 - rubik
public/fonts/redhattext-bold.ttf

This is a binary file and will not be displayed.

public/fonts/redhattext-light.ttf

This is a binary file and will not be displayed.

public/fonts/redhattext-medium.ttf

This is a binary file and will not be displayed.

+1
src/lib/types.ts
··· 8 8 quicksand = "quicksand", 9 9 raleway = "raleway", 10 10 readexpro = "readexpro", 11 + redhattext = "redhattext", 11 12 roboto = "roboto", 12 13 robotomono = "robotomono", 13 14 rubik = "rubik",
+1 -1
src/pages/index.astro
··· 229 229 <option value="quicksand">Quicksand</option> 230 230 <option value="raleway">Raleway</option> 231 231 <option value="readexpro" selected>Readex Pro</option> 232 - <option value="roboto">Red Hat Text</option> 232 + <option value="redhattext">Red Hat Text</option> 233 233 <option value="roboto">Roboto</option> 234 234 <option value="robotomono">Roboto Mono</option> 235 235 <option value="rubik">Rubik</option>