From 0d5e6636405dbe332c33c0fb82c7ccccb20f96cb Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 14 Dec 2025 20:21:24 +0100 Subject: Use wmap-parser-swift and tree-sitter-wmap for parsing and highlighting. --- Map/Presentation/Theme/Font+theme.swift | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Map/Presentation/Theme/Font+theme.swift') diff --git a/Map/Presentation/Theme/Font+theme.swift b/Map/Presentation/Theme/Font+theme.swift index 4660e48..bb1d8f6 100644 --- a/Map/Presentation/Theme/Font+theme.swift +++ b/Map/Presentation/Theme/Font+theme.swift @@ -31,18 +31,12 @@ extension Font { static let emphasized = Font.ronzino(size: Dimensions.FontSize.body).weight(.medium) } - struct Title { - static let emphasized = Font.libertinus(size: Dimensions.FontSize.title).weight(.medium) - } - struct Caption { - static let regular = Font.ronzino(size: Dimensions.FontSize.caption).weight(.regular) static let emphasized = Font.ronzino(size: Dimensions.FontSize.caption).weight(.medium) } struct SmallControl { static let regular = Font.ronzino(size: Dimensions.FontSize.smallControl).weight(.regular) - static let emphasized = Font.ronzino(size: Dimensions.FontSize.smallControl).weight(.medium) } struct Map { -- cgit