You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use Vazir font with gatsby-starter-blog, I override the theme with fontFamily: 'Vazir' and in the inspection mode I could see the result. but it seems vazir font is not hosted by gatsby.
Description
I want to use Vazir font with
gatsby-starter-blog
, I override the theme withfontFamily: 'Vazir'
and in the inspection mode I could see the result. but it seems vazir font is not hosted by gatsby.I installed vazir font with
yarn add vazir-font
.Environment
Gatsby version: 1.1.28
Node.js version: v8.9.3
Operating System: Ubuntu 16.04
Actual result
Vazir font does'nt host by gatsby while it is installed.
Expected behavior
Show body text with vazir font.
Steps to reproduce
1. Create fresh site with gatsby-starter-blog
2. Install vazir font with
yarn add vazir-font
3. Modify
src/utils/typography.js
to seem following code block:...
The text was updated successfully, but these errors were encountered: