mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
## Pull Request Description Added the google fonts locally Also added back saved servers for web ## Issue Being Fixed Issue Number: #54 ## Screenshots / Recordings <!-- This section is optional but highly recommended to show off your changes! --> ## Checklist - [ ] If a new package was added, did you ensure it works for all supported platforms? Is the package also well maintained? - [ ] Did you add localization for any text? If yes, did you sort the .arb file using ```arb_utils sort <INPUT_FILE>```? - [ ] Check that any changes are related to the issue at hand. --------- Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
ff45bb8641
commit
9df13cfb34
12 changed files with 189 additions and 64 deletions
17
pubspec.yaml
17
pubspec.yaml
|
|
@ -64,9 +64,6 @@ dependencies:
|
|||
shared_preferences: ^2.1.0
|
||||
path_provider: ^2.1.3
|
||||
|
||||
# Fonts
|
||||
google_fonts: ^6.1.0
|
||||
|
||||
# Media
|
||||
media_kit: ^1.1.10 # Primary package.
|
||||
media_kit_video: ^1.2.4 # For video rendering.
|
||||
|
|
@ -162,6 +159,20 @@ flutter:
|
|||
- config/
|
||||
|
||||
fonts:
|
||||
- family: Rubik
|
||||
fonts:
|
||||
- asset: assets/fonts/rubik/Rubik-VariableFont_wght.ttf
|
||||
style: normal
|
||||
- asset: assets/fonts/rubik/Rubik-Italic-VariableFont_wght.ttf
|
||||
style: italic
|
||||
|
||||
- family: OpenSans
|
||||
fonts:
|
||||
- asset: assets/fonts/opensans/OpenSans.ttf
|
||||
style: normal
|
||||
- asset: assets/fonts/opensans/OpenSans-Italic.ttf
|
||||
style: italic
|
||||
|
||||
- family: mp-font
|
||||
fonts:
|
||||
- asset: assets/fonts/mp-font.ttf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue