Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
fix: correct path to font
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanson-nr committed May 4, 2022
1 parent ac64682 commit 4b31791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fonts.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import SohneBuch from '../fonts/SohneFonts/Sohne-Buch.otf';

// Regular
import SohneDreiviertelfett from '../fonts/SohneFonts/Sohne-Dreiviertelfett.otf';
import SohneFett from '../fonts/Sohnefonts/Sohne-Fett.otf';
import SohneFett from '../fonts/SohneFonts/Sohne-Fett.otf';
import SohneExtrafett from '../fonts/SohneFonts/Sohne-Extrafett.otf';
import SohneExtraleicht from '../fonts/SohneFonts/Sohne-Extraleicht.otf';
import SohneHalbfett from '../fonts/SohneFonts/Sohne-Halbfett.otf';
Expand Down

0 comments on commit 4b31791

Please sign in to comment.