Fork of Chiri for Astro for my blog
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(og): update font to support CJK

the3ash e99799aa 7a554139

+4 -4
+4 -4
src/pages/open-graph/[...route].ts
··· 32 32 color: [28, 28, 28], 33 33 size: 68, 34 34 weight: 'SemiBold', 35 - families: ['Inter'] 35 + families: ['PingFang SC'] 36 36 }, 37 37 description: { 38 38 color: [180, 180, 180], 39 39 size: 40, 40 40 weight: 'Medium', 41 - families: ['Inter'] 41 + families: ['PingFang SC'] 42 42 } 43 43 }, 44 44 fonts: [ 45 - 'https://cdn.jsdelivr.net/fontsource/fonts/inter@latest/latin-600-normal.ttf', 46 - 'https://cdn.jsdelivr.net/fontsource/fonts/inter@latest/latin-500-normal.ttf' 45 + 'https://cdn.jsdelivr.net/npm/font-pingfang-sc-font-weight-improved@latest/PingFangSC-Medium.woff2', 46 + 'https://cdn.jsdelivr.net/npm/font-pingfang-sc-font-weight-improved@latest/PingFangSC-Semibold.woff2', 47 47 ] 48 48 }) 49 49 })