From 7e2456b906563464c8e43867e62f07df9109bc2b Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 20 Sep 2024 17:29:58 -0500 Subject: [Neue] Font weights (#5442) * Align all font weights * Only load necessary fonts * Also comment out from hook --- src/components/MediaPreview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/MediaPreview.tsx') diff --git a/src/components/MediaPreview.tsx b/src/components/MediaPreview.tsx index 28609c6f4..9a05b54df 100644 --- a/src/components/MediaPreview.tsx +++ b/src/components/MediaPreview.tsx @@ -170,6 +170,6 @@ const styles = StyleSheet.create({ alt: { color: 'white', fontSize: 7, - fontWeight: 'bold', + fontWeight: '600', }, }) -- cgit 1.4.1