URI: 
       getfonts - google-fonts - Google Fonts portage overlay
  HTML git clone https://git.parazyd.org/google-fonts
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
       ---
       getfonts (119B)
       ---
            1 #!/bin/sh
            2 for i in $(find "$1" -mindepth 1 -maxdepth 1 -type d); do
            3         printf "media-fonts/%s\n" "$(basename "$i")"
            4 done