Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fafnyir committed Aug 15, 2024
1 parent 07aa836 commit f96afb6
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions FafnyirMedia.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,11 @@ local LSM = LibStub("LibSharedMedia-3.0")
-- FONT
-- -----
LSM:Register("font", "- The Font", [[Interface\Addons\FafnyirMedia\fonts\Fafnyir-Regular.ttf]])
LSM:Register("font", "- The Bold Font", [[Interface\Addons\FafnyirMedia\fonts\Fafnyir-Bold.ttf]])
LSM:Register("font", "- The Light Font", [[Interface\Addons\FafnyirMedia\fonts\Fafnyir-Light.ttf]])
LSM:Register("font", "- The Medium Font", [[Interface\Addons\FafnyirMedia\fonts\Fafnyir-Medium.ttf]])
LSM:Register("font", "- The Bold Font", [[Interface\Addons\FafnyirMedia\fonts\Fafnyir-Bold.ttf]])
LSM:Register("font", "- DAMAGE", [[Interface\Addons\FafnyirMedia\fonts\Browood-Regular.ttf]])
LSM:Register("font", "- The Light Font", [[Interface\Addons\FafnyirMedia\fonts\Fafnyir-Light.ttf]])
LSM:Register("font", "- Gilroy", [[Interface\Addons\FafnyirMedia\fonts\Gilroy.ttf]])
LSM:Register("font", "- LuckiestGuy", [[Interface\Addons\FafnyirMedia\fonts\LuckiestGuy.ttf]])
LSM:Register("font", "- SigmarOne", [[Interface\Addons\FafnyirMedia\fonts\SigmarOne.ttf]])
LSM:Register("font", "- BowlbyOne", [[Interface\Addons\FafnyirMedia\fonts\BowlbyOne.ttf]])
LSM:Register("font", "- ProtestStrike", [[Interface\Addons\FafnyirMedia\fonts\ProtestStrike.ttf]])
LSM:Register("font", "- GothamNarrowUltra", [[Interface\Addons\FafnyirMedia\fonts\GothamNarrowUltra.ttf]])
LSM:Register("font", "- Catamaran-Black", [[Interface\Addons\FafnyirMedia\fonts\Catamaran-Black.ttf]])
LSM:Register("font", "- Changa-ExtraBold", [[Interface\Addons\FafnyirMedia\fonts\Changa-ExtraBold.ttf]])
LSM:Register("font", "- Raleway-Black", [[Interface\Addons\FafnyirMedia\fonts\Raleway-Black.ttf]])
LSM:Register("font", "- SpaceGrotesk-Bold", [[Interface\Addons\FafnyirMedia\fonts\SpaceGrotesk-Bold.ttf]])
LSM:Register("font", "- Urbanist-Black", [[Interface\Addons\FafnyirMedia\fonts\Urbanist-Black.ttf]])
LSM:Register("font", "- TacOne", [[Interface\Addons\FafnyirMedia\fonts\TacOne.ttf]])
LSM:Register("font", "- GasoekOne", [[Interface\Addons\FafnyirMedia\fonts\GasoekOne.ttf]])
LSM:Register("font", "- RussoOne", [[Interface\Addons\FafnyirMedia\fonts\RussoOne.ttf]])


-- SOUND
-- -----
Expand Down
Binary file removed fonts/BowlbyOne.ttf
Binary file not shown.
Binary file removed fonts/Catamaran-Black.ttf
Binary file not shown.
Binary file removed fonts/Changa-ExtraBold.ttf
Binary file not shown.
Binary file removed fonts/GasoekOne.ttf
Binary file not shown.
Binary file removed fonts/Gilroy.ttf
Binary file not shown.
Binary file removed fonts/GothamNarrowUltra.ttf
Binary file not shown.
Binary file removed fonts/LuckiestGuy.ttf
Binary file not shown.
Binary file removed fonts/ProtestStrike.ttf
Binary file not shown.
Binary file removed fonts/Raleway-Black.ttf
Binary file not shown.
Binary file removed fonts/RussoOne.ttf
Binary file not shown.
Binary file removed fonts/SigmarOne.ttf
Binary file not shown.
Binary file removed fonts/SpaceGrotesk-Bold.ttf
Binary file not shown.
Binary file removed fonts/TacOne.ttf
Binary file not shown.
Binary file removed fonts/Urbanist-Black.ttf
Binary file not shown.

0 comments on commit f96afb6

Please sign in to comment.