From 4b8a6a9bcff41656a134e47abba4193f7fb3ed97 Mon Sep 17 00:00:00 2001 From: Klayton Faria Date: Tue, 6 Aug 2019 15:25:45 +0100 Subject: [PATCH] fix: add missing source sans pro font --- core/gatsby-theme-docz/src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/gatsby-theme-docz/src/index.css b/core/gatsby-theme-docz/src/index.css index e5e5a12dc..c3e6f3e76 100644 --- a/core/gatsby-theme-docz/src/index.css +++ b/core/gatsby-theme-docz/src/index.css @@ -1 +1,2 @@ @import url('https://fonts.googleapis.com/css?family=Inconsolata&display=swap'); +@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');