occam-styles 5.0.1 → 5.0.2
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
## Introduction
|
|
16
16
|
|
|
17
|
-
This package contains colour definitions together with user interface and syntax schemes; various images, in either native or JSX form; and the [JuliaMono](https://juliamono.netlify.app/)
|
|
17
|
+
This package contains colour definitions together with user interface and syntax schemes; various images, in either native or JSX form; and the [JuliaMono](https://juliamono.netlify.app/) font in Woff2 format.
|
|
18
18
|
|
|
19
19
|
There is a small example application to view some of the images in JSX form and so on.
|
|
20
20
|
|
|
@@ -110,7 +110,7 @@ Automation is done with [npm scripts](https://docs.npmjs.com/misc/scripts), have
|
|
|
110
110
|
|
|
111
111
|
* The logo was converted to SVG format with Peter Selinger's [Potrace](http://potrace.sourceforge.net/).
|
|
112
112
|
|
|
113
|
-
* Occam's pretty printer uses the [JuliaMono](https://juliamono.netlify.app/)
|
|
113
|
+
* Occam's pretty printer uses the [JuliaMono](https://juliamono.netlify.app/) font distributed under the [SIL Open Font License (OFL)](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=ofl).
|
|
114
114
|
|
|
115
115
|
* [Fredrik Ekre](https://fredrikekre.se/) provided the script to strip out ligatures and contextual alternate characters from JuliaMono.
|
|
116
116
|
|
package/package.json
CHANGED