0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

Merge pull request #2347 from penpot/superalex-fix-remove-woff2-from-template

🐛 Fix woff2 reference in font template
This commit is contained in:
Alejandro 2022-09-26 16:50:06 +02:00 committed by GitHub
commit 07601975ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,8 +155,7 @@
font-style: %(style)s;
font-weight: %(weight)s;
font-display: block;
src: url(%(woff2-uri)s) format('woff2'),
url(%(woff1-uri)s) format('woff'),
src: url(%(woff1-uri)s) format('woff'),
url(%(ttf-uri)s) format('ttf'),
url(%(otf-uri)s) format('otf');
}")