Remove the Inter font.
This commit is contained in:
parent
2f0530d937
commit
f25f4f8b28
|
@ -11,7 +11,6 @@
|
||||||
"test": "xo && stylelint 'source/**/*.scss' && tsc"
|
"test": "xo && stylelint 'source/**/*.scss' && tsc"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fontsource/inter": "^4.5.4",
|
|
||||||
"htm": "^3.1.0",
|
"htm": "^3.1.0",
|
||||||
"modern-normalize": "^1.1.0",
|
"modern-normalize": "^1.1.0",
|
||||||
"preact": "^10.6.6",
|
"preact": "^10.6.6",
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
lockfileVersion: 5.3
|
lockfileVersion: 5.3
|
||||||
|
|
||||||
specifiers:
|
specifiers:
|
||||||
'@fontsource/inter': ^4.5.4
|
|
||||||
'@preact/preset-vite': ^2.1.7
|
'@preact/preset-vite': ^2.1.7
|
||||||
'@types/webextension-polyfill': ^0.8.2
|
'@types/webextension-polyfill': ^0.8.2
|
||||||
htm: ^3.1.0
|
htm: ^3.1.0
|
||||||
|
@ -20,7 +19,6 @@ specifiers:
|
||||||
xo: ^0.48.0
|
xo: ^0.48.0
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
'@fontsource/inter': 4.5.4
|
|
||||||
htm: 3.1.0
|
htm: 3.1.0
|
||||||
modern-normalize: 1.1.0
|
modern-normalize: 1.1.0
|
||||||
preact: 10.6.6
|
preact: 10.6.6
|
||||||
|
@ -327,10 +325,6 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@fontsource/inter/4.5.4:
|
|
||||||
resolution: {integrity: sha512-D0icTFpt9bWvB/OEXMztYf0bhUQZoDIYpsco5C7GVfxgKDRl8Jdn3N2aHHQqwjgRUUvRuyMv8HrRM8Hrt4U52w==}
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/@humanwhocodes/config-array/0.9.5:
|
/@humanwhocodes/config-array/0.9.5:
|
||||||
resolution: {integrity: sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==}
|
resolution: {integrity: sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==}
|
||||||
engines: {node: '>=10.10.0'}
|
engines: {node: '>=10.10.0'}
|
||||||
|
|
|
@ -15,7 +15,6 @@ body {
|
||||||
|
|
||||||
background-color: var(--background-1);
|
background-color: var(--background-1);
|
||||||
color: var(--foreground-1);
|
color: var(--foreground-1);
|
||||||
font-family: Inter, sans-serif;
|
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
import '@fontsource/inter/latin.css';
|
|
||||||
|
|
||||||
import browser from 'webextension-polyfill';
|
import browser from 'webextension-polyfill';
|
||||||
import {html} from 'htm/preact';
|
import {html} from 'htm/preact';
|
||||||
import {Component, render} from 'preact';
|
import {Component, render} from 'preact';
|
||||||
|
|
Loading…
Reference in New Issue