This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove unicode from files names
* unicode characters were causing issues because both unicode 246 and 111 look exactly the same * decided to completely remove the characters from the file pathing to avoid a similar issue is the future
- Loading branch information
1 parent
d97c0e5
commit ac64682
Showing
20 changed files
with
72 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,43 @@ | ||
import SöhneBuch from '../fonts/SöhneFonts/Söhne-Buch.otf'; | ||
import SohneBuch from '../fonts/SohneFonts/Sohne-Buch.otf'; | ||
|
||
// Regular | ||
import SöhneDreiviertelfett from '../fonts/SöhneFonts/Söhne-Dreiviertelfett.otf'; | ||
import SöhneFett from '../fonts/söhnefonts/söhne-fett.otf'; | ||
import SöhneExtrafett from '../fonts/SöhneFonts/Söhne-Extrafett.otf'; | ||
import SöhneExtraleicht from '../fonts/SöhneFonts/Söhne-Extraleicht.otf'; | ||
import SöhneHalbfett from '../fonts/SöhneFonts/Söhne-Halbfett.otf'; | ||
import SöhneKräftig from '../fonts/SöhneFonts/Söhne-Kräftig.otf'; | ||
import SöhneLeicht from '../fonts/SöhneFonts/Söhne-Leicht.otf'; | ||
import SöhneMonoBuch from '../fonts/SöhneFonts/SöhneMono-Buch.otf'; | ||
import SöhneMonoKräftig from '../fonts/SöhneFonts/SöhneMono-Kräftig.otf'; | ||
import SohneDreiviertelfett from '../fonts/SohneFonts/Sohne-Dreiviertelfett.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'; | ||
import SohneKraftig from '../fonts/SohneFonts/Sohne-Kraftig.otf'; | ||
import SohneLeicht from '../fonts/SohneFonts/Sohne-Leicht.otf'; | ||
import SohneMonoBuch from '../fonts/SohneFonts/SohneMono-Buch.otf'; | ||
import SohneMonoKraftig from '../fonts/SohneFonts/SohneMono-Kraftig.otf'; | ||
|
||
// Italics | ||
import SöhneBuchKursiv from '../fonts/SöhneFonts/Söhne-BuchKursiv.otf'; | ||
import SöhneDreiviertelfettKursiv from '../fonts/SöhneFonts/Söhne-DreiviertelfettKursiv.otf'; | ||
import SöhneExtrafettKursiv from '../fonts/SöhneFonts/Söhne-ExtrafettKursiv.otf'; | ||
import SöhneExtraleichtKursiv from '../fonts/SöhneFonts/Söhne-ExtraleichtKursiv.otf'; | ||
import SöhneFettKursiv from '../fonts/SöhneFonts/Söhne-FettKursiv.otf'; | ||
import SöhneHalbfettKursiv from '../fonts/SöhneFonts/Söhne-HalbfettKursiv.otf'; | ||
import SöhneKräftigKursiv from '../fonts/SöhneFonts/Söhne-KräftigKursiv.otf'; | ||
import SöhneLeichtKursiv from '../fonts/SöhneFonts/Söhne-LeichtKursiv.otf'; | ||
import SohneBuchKursiv from '../fonts/SohneFonts/Sohne-BuchKursiv.otf'; | ||
import SohneDreiviertelfettKursiv from '../fonts/SohneFonts/Sohne-DreiviertelfettKursiv.otf'; | ||
import SohneExtrafettKursiv from '../fonts/SohneFonts/Sohne-ExtrafettKursiv.otf'; | ||
import SohneExtraleichtKursiv from '../fonts/SohneFonts/Sohne-ExtraleichtKursiv.otf'; | ||
import SohneFettKursiv from '../fonts/SohneFonts/Sohne-FettKursiv.otf'; | ||
import SohneHalbfettKursiv from '../fonts/SohneFonts/Sohne-HalbfettKursiv.otf'; | ||
import SohneKraftigKursiv from '../fonts/SohneFonts/Sohne-KraftigKursiv.otf'; | ||
import SohneLeichtKursiv from '../fonts/SohneFonts/Sohne-LeichtKursiv.otf'; | ||
|
||
export { | ||
SöhneBuch, | ||
SöhneDreiviertelfett, | ||
SöhneFett, | ||
SöhneExtrafett, | ||
SöhneExtraleicht, | ||
SöhneHalbfett, | ||
SöhneKräftig, | ||
SöhneLeicht, | ||
SöhneMonoBuch, | ||
SöhneMonoKräftig, | ||
SöhneBuchKursiv, | ||
SöhneDreiviertelfettKursiv, | ||
SöhneExtrafettKursiv, | ||
SöhneExtraleichtKursiv, | ||
SöhneFettKursiv, | ||
SöhneHalbfettKursiv, | ||
SöhneKräftigKursiv, | ||
SöhneLeichtKursiv, | ||
SohneBuch, | ||
SohneDreiviertelfett, | ||
SohneFett, | ||
SohneExtrafett, | ||
SohneExtraleicht, | ||
SohneHalbfett, | ||
SohneKraftig, | ||
SohneLeicht, | ||
SohneMonoBuch, | ||
SohneMonoKraftig, | ||
SohneBuchKursiv, | ||
SohneDreiviertelfettKursiv, | ||
SohneExtrafettKursiv, | ||
SohneExtraleichtKursiv, | ||
SohneFettKursiv, | ||
SohneHalbfettKursiv, | ||
SohneKraftigKursiv, | ||
SohneLeichtKursiv, | ||
}; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.