deisign
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user