15 lines
215 B
Swift
15 lines
215 B
Swift
//
|
|
// VDSTypography.swift
|
|
// VDS
|
|
//
|
|
// Created by Matt Bruce on 7/21/23.
|
|
//
|
|
|
|
import Foundation
|
|
import VDSTypographyTokens
|
|
|
|
extension VDSTypography {
|
|
public static let letterSpacingSemiWide: CGFloat = 0.25
|
|
}
|
|
|