...

/

Solution: Application Fonts

Solution: Application Fonts

Explore solutions to application fonts challenge.

Solutions

Great job on completing all the steps in the previous challenge. Feel free to compare your code solutions with the solutions below:

# TODO: CHALLENGE #1 - Import font files
fonts:
- family: Oswald
fonts:
- asset: assets/fonts/Oswald-VariableFont_wght.ttf
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Regular.ttf
- asset: assets/fonts/Poppins-Bold.ttf
- asset: assets/fonts/Poppins-Italic.ttf
pubspec.yaml

Challenge 1: Import font files

...