23 lines
548 B
Plaintext
23 lines
548 B
Plaintext
# hacker girls webring kit
|
|
|
|
## fonts
|
|
|
|
the font used in the badges is "Retro Gaming" by Daymarius [1]
|
|
|
|
1: https://www.dafont.com/daymarius.d7345
|
|
|
|
## using badges
|
|
|
|
it's recommended to provide a way to stop the motion of the gif/animated webp
|
|
badges. one way is with `prefers-reduced-motion`:
|
|
|
|
<picture>
|
|
<source
|
|
srcset="./badges/still/progpride.webp"
|
|
media="(prefers-reduced-motion: reduce)">
|
|
<img
|
|
srcset="./badges/animated/progpride.webp"
|
|
alt="HACKER GIRLS WEBRING, superimposed on a progress pride flag-like banner">
|
|
</picture>
|
|
|