mirror of
https://github.com/penpot/penpot.git
synced 2025-07-14 09:07:17 +02:00
🐛 Fix woff2 reference in font template
This commit is contained in:
parent
0b4a1553b9
commit
c709505733
1 changed files with 1 additions and 2 deletions
|
@ -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');
|
||||||
}")
|
}")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue