Skip to content

Commit

Permalink
chore(deps): bump unifont version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 23, 2024
1 parent ce9820a commit a72ea22
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"sirv": "^3.0.0",
"tinyglobby": "^0.2.9",
"ufo": "^1.5.4",
"unifont": "^0.1.4",
"unifont": "^0.1.5",
"unplugin": "^1.14.1",
"unstorage": "^1.12.0"
},
Expand Down
50 changes: 25 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions test/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ describe('providers', async () => {
expect(extractFontFaces('Satoshi', html)).toMatchInlineSnapshot(`
[
"@font-face{font-family:Satoshi;src:local("Satoshi Regular"),local("Satoshi"),url(/_fonts/file.woff2) format(woff2),url(/_fonts/file.woff) format(woff),url(/_fonts/file.ttf) format(truetype);font-display:swap;font-weight:400;font-style:normal}",
"@font-face{font-family:Satoshi;src:local("Satoshi Regular Italic"),local("Satoshi Italic"),url(/_fonts/file.woff2) format(woff2),url(/_fonts/file.woff) format(woff),url(/_fonts/file.ttf) format(truetype);font-display:swap;font-weight:400;font-style:italic}",
]
`)
})
Expand Down

0 comments on commit a72ea22

Please sign in to comment.