#font #swc #css #download #style-sheet #remote #referenced

app swc-css-fonts-dl

Download remote fonts referenced in stylesheets

3 releases

0.0.3 Mar 8, 2024
0.0.2 Mar 8, 2024
0.0.1 Mar 8, 2024

#685 in Web programming

Download history 289/week @ 2024-03-06 26/week @ 2024-03-13 4/week @ 2024-03-20 72/week @ 2024-03-27 20/week @ 2024-04-03

132 downloads per month

MIT/Apache

24KB
422 lines

swc-css-fonts-dl

Download remote fonts referenced in stylesheets. Powered by SWC.

cargo install swc-css-fonts-dl --git https://github.com/tonywu6/swc-css-fonts-dl
Usage: swc-css-fonts-dl [OPTIONS]

Options:
  -c, --config <FILE>              Path to a YAML config file; defaults to .swc-css-fonts-dl.config.yaml in the working directory
      --concurrency <CONCURRENCY>  Maximum number of concurrent downloads [default: 10]
  -h, --help                       Print help
out-dir: ./dist
sources:
  - from: https://rsms.me/inter/inter.css
    into: inter.css
  - from: https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;600;700;900&display=swap
    into: noto-sans-sc+variable.css
    # Google Fonts serves different stylesheets based on User-Agent capabilities
    user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36

Dependencies

~12–27MB
~414K SLoC