mirror of
https://github.com/penpot/penpot.git
synced 2025-07-30 14:08:21 +02:00
🎉 Add microsoft variant of woff mimetype on the fonts selection dialog
This commit is contained in:
parent
29550add6c
commit
80cfe6df9d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
[clojure.spec.alpha :as s]
|
||||
[cuerdas.core :as str]))
|
||||
|
||||
(def valid-font-types #{"font/ttf" "font/woff", "font/otf"})
|
||||
(def valid-font-types #{"font/ttf" "font/woff", "application/font-woff", "font/otf"})
|
||||
(def valid-image-types #{"image/jpeg", "image/png", "image/webp", "image/gif", "image/svg+xml"})
|
||||
(def str-image-types (str/join "," valid-image-types))
|
||||
(def str-font-types (str/join "," valid-font-types))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue