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 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
- ## Changes to the JuliaMono typeface
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