file search plus size - 07-02-20

How big are the fonts in this project? Not sure where they are even. This command finds the files using fd then prints file size.

$ fd woff | xargs du -h
 20K    src/assets/fonts/brandon_text_medium.woff2
 20K    src/assets/fonts/brandon_text_regular.woff2
 20K    src/assets/fonts/chronicle_light.woff2
 20K    src/assets/fonts/chronicle_roman.woff2
4.0K    types/woff
4.0K    types/woff2
\- [ fd, du ]