VRMS icon indicating copy to clipboard operation
VRMS copied to clipboard

Transition From Downloaded to Importing Fonts

Open plang-psm opened this issue 1 year ago • 1 comments

Overview

We need to transition from downloading and storing fonts in the src/fonts folder to simply importing them from Google fonts.

Action Items

  • [ ] Research what fonts, and font weights are currently downloaded and stored in the src/fonts folder.
  • [ ] In the index.scss, replace the @font-face with Google fonts using the @import url() method.
  • [ ] Once all fonts are passed via the @import url(), delete the src/fonts folder.
  • [ ] Test the app and see if the correct fonts are being passed.

Resources/Instructions

https://fonts.google.com/ https://stackoverflow.com/questions/14676613/how-to-import-google-web-font-in-css-file

plang-psm avatar Mar 13 '23 05:03 plang-psm

@plang-psm This sounds cool, what would this improve (it will make the website faster, improve user experience, etc.)?

JackHaeg avatar Jul 20 '23 23:07 JackHaeg