DEV Community

Marco Maxim
Marco Maxim

Posted on

How to create a Google Font Picker in Angular 18

I have built an Angular 18 font picker without requiring Google Developer API keys. The approach involves creating an array of font names and dynamically loading the corresponding styles.

I am seeking ways to enhance this method and would greatly appreciate any suggestions. You can find the complete code and tutorial here or on GitHub. I will be actively monitoring this topic for feedback.

Top comments (0)