schultek / jaspr

Modern web framework for building websites in Dart. Supports SPAs and SSR.
https://jasprpad.schultek.de
MIT License
1k stars 59 forks source link

Fontfamilybug #156

Closed cybertheory closed 4 months ago

cybertheory commented 6 months ago

Description

Fixed bug with custom font family - Value was stored '"font-family"' instead of "font-family"

Type of Change

Ready Checklist

If you need help, consider asking for advice on the #contribute channel on Discord.

docs-page[bot] commented 6 months ago

To view this pull requests documentation preview, visit the following URL:

docs.page/schultek/jaspr~156

Documentation is deployed and generated using docs.page.

github-actions[bot] commented 6 months ago

Package Version Report

The following packages have been updated: jaspr : 0.9.3 -> 0.10.0 jaspr_builder : 0.9.3 -> 0.10.0 jaspr_cli : 0.9.3 -> 0.10.0 jaspr_flutter_embed : 0.1.4 -> 0.1.5 jaspr_riverpod : 0.3.8 -> 0.3.9 jaspr_router : 0.3.0 -> 0.3.1 jaspr_test : 0.9.3 -> 0.10.0

schultek commented 6 months ago

@cybertheory Please run melos format on this and your other prs. You probably have a different line length configured than the 120 that jaspr uses.

schultek commented 4 months ago

Fixed this by using single quotes instead of double quotes around the font family name.