occam-styles 4.1.112 → 4.1.114
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -26
- package/css/woff2/JuliaMono-Regular.woff2 +0 -0
- package/example.js +3 -3
- package/index.html +0 -1
- package/lib/mixin/font/juliaMono.js +2 -2
- package/lib/style/juliaMono.js +2 -2
- package/package.json +1 -1
- package/src/mixin/font/juliaMono.js +1 -3
- package/src/style/juliaMono.js +0 -6
- package/css/woff2/JuliaMono-Bold.woff2 +0 -0
package/README.md
CHANGED
|
@@ -32,32 +32,7 @@ You can also clone the repository with [Git](https://git-scm.com/)...
|
|
|
32
32
|
|
|
33
33
|
You can also run a development server, see the section on building later on.
|
|
34
34
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
For those that are interested, here are the steps.
|
|
38
|
-
|
|
39
|
-
### Stripping ligatures and contextual alternate characters
|
|
40
|
-
|
|
41
|
-
Assuming that you have relatively recent versions of Python and VirtualEnv installed, firstly create and activate a virtual environment...
|
|
42
|
-
|
|
43
|
-
```
|
|
44
|
-
virtualenv venv
|
|
45
|
-
source venv/bin/activate
|
|
46
|
-
```
|
|
47
|
-
|
|
48
|
-
...then install Python's `foottools` package...
|
|
49
|
-
|
|
50
|
-
```
|
|
51
|
-
pip install fonttools
|
|
52
|
-
```
|
|
53
|
-
|
|
54
|
-
...and then, lastly, assuming that you have created the requisite `source` and `output` directories, run the following or similar:
|
|
55
|
-
|
|
56
|
-
```
|
|
57
|
-
pyftsubset source/JuliaMono-Bold.ttf --output-file=output/JuliaMono-Bold.ttf --layout-features-=calt,liga
|
|
58
|
-
```
|
|
59
|
-
|
|
60
|
-
### Compressing the TTF files to Woff2 format
|
|
35
|
+
### Compressing the JuliaMono TTF files to Woff2 format
|
|
61
36
|
|
|
62
37
|
Homebrew has the necessary utilities:
|
|
63
38
|
|
|
Binary file
|