This commit is contained in:
2026-07-20 15:08:07 +02:00
parent 66bdf646ae
commit 5037b00699
5 changed files with 13 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ const styles = StyleSheet.create({
pressed: { opacity: 0.9 },
header: { paddingHorizontal: space.gutter },
greeting: { fontFamily: font.display, fontSize: 28, letterSpacing: -0.5, color: colors.ink },
greeting: { fontFamily: font.serif, fontSize: 28, letterSpacing: -0.5, color: colors.ink },
greetingSub: { fontFamily: font.semibold, fontSize: 15, color: colors.slate, marginTop: 3 },
scanCard: {

View File

@@ -1,4 +1,5 @@
import { BricolageGrotesque_800ExtraBold } from '@expo-google-fonts/bricolage-grotesque';
import { Fraunces_800ExtraBold } from '@expo-google-fonts/fraunces';
import {
NunitoSans_400Regular,
NunitoSans_600SemiBold,
@@ -15,6 +16,7 @@ import { colors } from '../src/theme';
export default function RootLayout() {
const [fontsLoaded] = useFonts({
BricolageGrotesque_800ExtraBold,
Fraunces_800ExtraBold,
NunitoSans_400Regular,
NunitoSans_600SemiBold,
NunitoSans_700Bold,