Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: google font url generator edge case
we save font details saved in json object and then we generate url from it using jinja template. there was a edge case where `;` was not being added at the end of normal weight. incorrect https://fonts.googleapis.com/css2?family=JetBrains%20Mono:ital,wght@0,400;0,5001,400 correct https://fonts.googleapis.com/css2?family=JetBrains%20Mono:ital,wght@0,400;0,500;1,400
- Loading branch information