saadpasta/react-blog-github

Font customization

Open

#25 opened on Feb 24, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (126 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (785 stars)
PR merge metrics
 (PR metrics pending)

Description

It would be great to choose which fonts to load from Google Fonts in config.js.

e.g.:

{
   titleFont: 'Open Sans',
   contentFont: 'Roboto',
}

Contributor guide