-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Description
Should these be of type Font?
swift-html/Sources/Html/MediaType.swift
Lines 90 to 95 in 05dcfbf
| public static let collection = Audio(rawValue: "collection") | |
| public static let otf = Audio(rawValue: "otf") | |
| public static let sfnt = Audio(rawValue: "sfnt") | |
| public static let ttf = Audio(rawValue: "ttf") | |
| public static let woff = Audio(rawValue: "woff") | |
| public static let woff2 = Audio(rawValue: "woff2") |
Metadata
Metadata
Assignees
Labels
No labels