psu-libraries / psulib_base

Drupal Base Theme
0 stars 0 forks source link

Define icon sets #10

Closed chrisdarke42 closed 7 months ago

chrisdarke42 commented 7 months ago

Determine what icon sets are to be used and then implement

Next steps:

  1. Document icon sets to be used
  2. Review implementation with team
  3. Add into the theme
XSPSUGitHub commented 7 months ago

Use Bootstrap's icon library instead of FontAwesome (used in D7): https://icons.getbootstrap.com

whereismyjetpack commented 7 months ago

install bootstrap with npm, postinstall script to copy fonts/icons into ./assets/bootstrap/fonts

chrisdarke42 commented 7 months ago

Added the bootstrap icons and the implementation has been documented and tested