Skip to content

Commit

Permalink
chore(docs): update font source
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Dec 25, 2024
1 parent eaa93e3 commit 1bffa2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/pages/characters/og/[...slug].ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ export const { GET, getStaticPaths } = OGImageRoute({
},
},
fonts: [
'https://cdn.jsdelivr.net/gh/withastro/docs/src/pages/open-graph/_fonts/noto-sans/noto-500-normal.ttf',
'https://cdn.jsdelivr.net/gh/withastro/docs/src/pages/open-graph/_fonts/noto-sans/chinese-simplified-500-normal.ttf',
// 'https://cdn.jsdelivr.net/gh/withastro/docs/src/pages/open-graph/_fonts/noto-sans/chinese-traditional-500-normal.ttf',
'https://cdn.jsdelivr.net/gh/withastro/docs/src/pages/open-graph/_fonts/noto-sans/japanese-500-normal.ttf',
'https://api.fontsource.org/v1/fonts/noto-sans/latin-400-normal.ttf',
'https://api.fontsource.org/v1/fonts/noto-sans-sc/chinese-simplified-400-normal.ttf',
// 'https://api.fontsource.org/v1/fonts/noto-sans-tc/chinese-traditional-400-normal.ttf',
'https://api.fontsource.org/v1/fonts/noto-sans-jp/japanese-400-normal.ttf',
],
format: 'WEBP',
logo: {
Expand Down

0 comments on commit 1bffa2c

Please sign in to comment.