Replace external google fonts with proxied one.

This commit is contained in:
FireMasterK 2021-05-04 13:53:48 +05:30
parent cc48d30326
commit a20852320c
No known key found for this signature in database
GPG key ID: 8DFF5DD33E93DB58

View file

@ -25,7 +25,7 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.OS }}-yarn- ${{ runner.OS }}-yarn-
- run: yarn install --prefer-offline - run: yarn install --prefer-offline
- run: yarn build --modern - run: yarn build --modern && sed -i 's/fonts.gstatic.com/fonts.kavin.rocks/g' dist/css/*.css
- uses: aquiladev/ipfs-action@v0.1.5 - uses: aquiladev/ipfs-action@v0.1.5
id: ipfs-add id: ipfs-add
with: with: