Developer-DAO / DAO-job-board

A job board connecting DAOs with talent.
https://devdao-job-board.vercel.app/
82 stars 34 forks source link

Manage fonts with `fontsource` #167

Closed with-heart closed 2 years ago

with-heart commented 2 years ago

fontsource provides open source fonts as npm packages. This gives a number of benefits which can be seen here but mostly I like it because it's less cognitive overhead:

  1. install font package
  2. import in _app.tsx
  3. font is ready to go!

You can see an example commit with this change here: Developer-DAO/developerdao.com@0b7a740 (#73)

To make this change in this repo, we'd need to do three things:

4gnle commented 2 years ago

I'll get this done later today!