Skip to content

Commit

Permalink
fix: tori punk font fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sakul-budhathoki committed Dec 29, 2023
1 parent 4053d04 commit 8ef93bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { useFonts } from "expo-font";
export const useToriPunksFonts = () => {
return useFonts({
"Bebas Neue": require("./Bebas_Neue/BebasNeue-Regular.ttf"),
"Dafter Harder Better Stronger": require("./Dafter_Harder_Better_Stronger/Dafter Harder Better Stronger.ttf"),
"Dafter Harder Better Stronger": require("./Dafter_Harder_Better_Stronger/Dafter-Harder-Better-Stronger.ttf"),
});
};

0 comments on commit 8ef93bc

Please sign in to comment.