Skip to content

Commit

Permalink
Merge pull request #237 from D-Sketon/perf
Browse files Browse the repository at this point in the history
feat: remove 300 weight font
  • Loading branch information
zkz098 authored Feb 15, 2024
2 parents 69a3cd2 + ead48ff commit 3967fc1
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 3967fc1

Please sign in to comment.