Skip to content

Commit d39c685

Browse files
authored
remove invalid font (#1265)
* remove invalid font * downgrade cordova
1 parent cfe14f2 commit d39c685

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@types/url-parse": "^1.4.11",
6262
"autoprefixer": "^10.4.19",
6363
"babel-loader": "^9.1.3",
64-
"cordova-android": "^14.0.0",
64+
"cordova-android": "^13.0.0",
6565
"cordova-clipboard": "^1.3.0",
6666
"cordova-plugin-advanced-http": "^3.3.1",
6767
"cordova-plugin-browser": "file:src/plugins/browser",
@@ -113,4 +113,4 @@
113113
"yargs": "^17.7.2"
114114
},
115115
"browserslist": "cover 100%,not android < 5"
116-
}
116+
}

src/lib/fonts.js

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -96,28 +96,6 @@ add(
9696
}`,
9797
);
9898

99-
add(
100-
"Poppins",
101-
`@font-face {
102-
font-display: swap;
103-
font-family: Poppins;
104-
font-style: normal;
105-
font-weight: 400;
106-
src: url(https://acode.app/Poppins-Regular.woff2) format('woff2');
107-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
108-
}`,
109-
);
110-
111-
add(
112-
"Righteous",
113-
`@font-face {
114-
font-family: Righteous;
115-
font-style: normal;
116-
font-weight: 400;
117-
src: url(https://acode.app/righteous-latin-regular.woff) format('woff');
118-
}`,
119-
);
120-
12199
add(
122100
"Noto Mono",
123101
`@font-face {

0 commit comments

Comments
 (0)