Skip to content

Commit

Permalink
feat: remove 300 weight font
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Sketon committed Feb 14, 2024
1 parent 69a3cd2 commit ead48ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helpers/asset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hexo.extend.helper.register('_vendor_font', () => {

const fontDisplay = '&display=swap'
const fontSubset = '&subset=latin,latin-ext'
const fontStyles = ':300,300italic,400,400italic,700,700italic'
const fontStyles = ':400,400italic,700,700italic'
const fontHost = 'https://fonts.googleapis.com'

// Get a font list from config
Expand Down

0 comments on commit ead48ff

Please sign in to comment.