fonts.grida.co

Google Fonts Index & SVG Previews

Powered by Google Fonts

GitHub

Welcome to fonts.grida.co

This is an indexed list of Google Fonts with SVG previews. We provide fast, reliable access to font metadata and visual previews for web developers and designers. The actual font files are served by Google Fonts CDN.

Key Features

  • • CORS-enabled for cross-origin requests
  • • Long-term caching for optimal performance
  • • SVG previews for all available fonts
  • • Complete Google Fonts metadata

SVG Font Previews

Access SVG previews of any font using the following URL pattern:

https://fonts.grida.co/svg/[fontname].svg

Examples

Roboto

Roboto font preview
/svg/roboto.svg

Open Sans

Open Sans font preview
/svg/opensans.svg

Lato

Lato font preview
/svg/lato.svg

Poppins

Poppins font preview
/svg/poppins.svg

Inter

Inter font preview
/svg/inter.svg

Montserrat

Montserrat font preview
/svg/montserrat.svg

Apple Color Emoji PNG Files

We serve Apple Color Emoji PNG files for Linux compatibility. These are high-quality emoji images that can be used in applications requiring consistent emoji rendering across platforms.

Important Notice

We do not serve AppleColorEmoji.ttf font files as they are proprietary and protected by Apple's EULA. We respect Apple's intellectual property rights and only provide the open-source PNG implementation for Linux compatibility.

Access Pattern

Access emoji PNG files using the following URL pattern:

https://fonts.grida.co/apple/emoji/160/[unicode].png

Examples

Copyright Symbol

Copyright emoji
/apple/emoji/160/00a9.png

Heart Symbol

Heart emoji
/apple/emoji/160/2764.png

Smile Face

Smile emoji
/apple/emoji/160/1f642.png

Usage in CSS

You can use these emoji PNG files in your CSS for consistent emoji rendering:

.emoji-heart { background-image: url('https://fonts.grida.co/apple/emoji/160/2764.png'); }

How to Use

1. SVG Previews

Get SVG previews of fonts for use in your applications:

<img src="https://fonts.grida.co/svg/roboto.svg" alt="Roboto preview" />

2. API Access

Get font metadata and information:

https://fonts.grida.co/webfonts.jsonView

Standard Google Fonts metadata

https://fonts.grida.co/webfonts-vf.jsonView

Variable fonts metadata

Technical Details

CORS Headers

All files are served with CORS headers enabled for cross-origin requests:

Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, OPTIONS

Caching

SVG files are cached for optimal performance:

Cache-Control: public, max-age=31536000, immutable
Content-Type: image/svg+xml; charset=utf-8