Preview Fonts
Select a Font
Choose from these 16 most popular Google Fonts to preview your text:
Enter Your Text
32px
The quick brown fox jumps over the lazy dog
Selected Font: Roboto
CSS:
CSS:
font-family: 'Roboto', sans-serif;
About Google Fonts
Google Fonts is a free service that provides access to hundreds of open-source fonts. These fonts are optimized for the web and can be easily integrated into any website or application.
Tips for Choosing Fonts
- Sans-serif fonts (like Roboto, Open Sans) are clean and modern, great for body text and UI elements
- Serif fonts (like Playfair Display, Lora) add elegance and are excellent for headings
- Monospace fonts (like Source Code Pro) are perfect for code and technical content
- Script/Cursive fonts (like Dancing Script) add personality but should be used sparingly
Using These Fonts in Rhyme
To use custom fonts in your Rhyme apps, you can load them dynamically:
// Load a Google Font
.font "Poppins" from "google"
// Use it in your text
.text "Beautiful Typography" "Poppins"