Skip to content

Commit 67a390f

Browse files
authored
Update README.md
1 parent d4a2b0e commit 67a390f

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Type-X is currently unlisted from the Chrome Web Store for maintenance.<br/>However, it can still be used in Chrome Developer Mode (see <a href="https://github.com/arrowtype/type-x#install-in-developer-mode">below</a>).
1212
</h3>
1313

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!
1515

1616
---
1717

@@ -42,12 +42,10 @@ Type-X is currently unlisted from the Chrome Web Store for maintenance. However,
4242

4343
If you wish to develop or edit the extension itself, you can directly download the latest build, and use it in Chrome:
4444

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.
5149

5250
## Development
5351

@@ -57,22 +55,23 @@ If you wish to work on the code of Type-X, follow these steps, then install in d
5755
2. Run `npm i` to set up dependencies, then `npm run build` to build
5856
3. The extension will be saved in the `dist` folder
5957

60-
61-
## Usage
58+
## How to use Type-X
6259

6360
### Basics
6461

6562
Click the switch to activate font overrides! Click it again to remove your overrides.
6663

6764
### Font Overrides
6865

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.)
7067

7168
To add a new override, click the `+ Add font` button.
7269

7370
To customize an override, click the `` icon to expand it.
7471

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.
7675

7776
#### Font menu
7877

0 commit comments

Comments
 (0)