0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00

Merge remote-tracking branch 'origin/staging'

This commit is contained in:
Alejandro Alonso 2022-09-26 16:50:29 +02:00
commit e80ad112b8

View file

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