Add font support, start support for genres.

This commit is contained in:
Cody Cook 2024-04-29 23:27:28 -07:00
commit 9a3d58fc83
2142 changed files with 373269 additions and 29 deletions

View file

@ -0,0 +1,7 @@
// fixed-width icons
// -------------------------
.#{$fa-css-prefix}-fw {
text-align: center;
width: $fa-fw-width;
}