You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
Type-X is currently unlisted from the Chrome Web Store for maintenance.<br/>However, it can still be used in Chrome Developer Mode (see <ahref="https://github.com/arrowtype/type-x#install-in-developer-mode">below</a>).
12
12
</h3>
13
13
14
-
UPDATE, SEP 2025: [We are working to relist it on the Chrome Web Store!](https://github.com/arrowtype/type-x/issues/125) If it’s not there yet, you can use it in Chrome Developer Mode, but please check back soon, as this should be changed soon!
14
+
UPDATE, OCTOBER 2025: [We are working to relist it on the Chrome Web Store!](https://github.com/arrowtype/type-x/issues/125) If it’s not there yet, you can use it in Chrome Developer Mode, but please check back soon, as this should be changed soon!
15
15
16
16
---
17
17
@@ -42,12 +42,10 @@ Type-X is currently unlisted from the Chrome Web Store for maintenance. However,
42
42
43
43
If you wish to develop or edit the extension itself, you can directly download the latest build, and use it in Chrome:
44
44
45
-
1. Download the latest release zip from https://github.com/arrowtype/type-x/releases. (There may be an even more recent build within the repo’s [Actions](https://github.com/arrowtype/type-x/actions/), but Releases are better tested.)
46
-
2. Unzip the download.
47
-
3. Go to chrome://extensions/ in Chrome
48
-
4. Turn on "Developer Mode"
49
-
5. Click "Load unpacked"
50
-
6. Click "Load unpacked" and navigate to the folder of the release you just downloaded. Alternatively, you can just drag-n-drop the folder into the extensions page.
45
+
1. Download the zip file from [the latest release](https://github.com/arrowtype/type-x/releases/latest).
46
+
2. Go to chrome://extensions/ in Chrome
47
+
3. Turn on "Developer Mode"
48
+
4. Drag-n-drop the downloaded zip onto the extensions page.
51
49
52
50
## Development
53
51
@@ -57,22 +55,23 @@ If you wish to work on the code of Type-X, follow these steps, then install in d
57
55
2. Run `npm i` to set up dependencies, then `npm run build` to build
58
56
3. The extension will be saved in the `dist` folder
59
57
60
-
61
-
## Usage
58
+
## How to use Type-X
62
59
63
60
### Basics
64
61
65
62
Click the switch to activate font overrides! Click it again to remove your overrides.
66
63
67
64
### Font Overrides
68
65
69
-
Type-X can have one or more font overrides at a given time, and these overrides are applied to all web pages you visit with Type-X activated.
66
+
Type-X can have one or more font overrides at a given time, and these overrides are applied to all web pages you visit with Type-X activated. (Some websites block the injected CSS used to apply the fonts, but most allow it! If the extension isn’t working on a particular website, this is probably the reason.)
70
67
71
68
To add a new override, click the `+ Add font` button.
72
69
73
70
To customize an override, click the `›` icon to expand it.
74
71
75
-
To remove an override, expand it and click `Delete`. Note: deleting an override does not delete the font file from the Type-X menu, even if you have loaded the font file directly into the extension. It will still be available as an option, unless you reset the entire extension.
72
+
To remove an override, expand it and click `Delete`.
73
+
74
+
Note: deleting an override does not delete the font file from the Type-X menu, even if you have loaded the font file directly into the extension. It will still be available as an option, unless you reset the entire extension.
0 commit comments