aboutsummaryrefslogtreecommitdiff
path: root/Map/Presentation/Theme/Font+theme.swift
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-12-14 20:21:24 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-12-15 00:10:39 +0100
commit0d5e6636405dbe332c33c0fb82c7ccccb20f96cb (patch)
treea9cda2b711bbfc9277d66310440dd965b16682fc /Map/Presentation/Theme/Font+theme.swift
parenta5ae7aedc840a38505b3181f4e5ba92e90d94fa1 (diff)
Use wmap-parser-swift and tree-sitter-wmap for parsing and highlighting.
Diffstat (limited to 'Map/Presentation/Theme/Font+theme.swift')
-rw-r--r--Map/Presentation/Theme/Font+theme.swift6
1 files changed, 0 insertions, 6 deletions
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 {