typopro 4.2.5 → 4.2.7

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.
Files changed (2) hide show
  1. package/README.md +9 -8
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -11,7 +11,7 @@ http://typopro.org/
11
11
  **TypoPRO** is a carefully hand-selected collection of freely usable
12
12
  professional fonts for use in Desktop Publishing (DTP), on Websites and
13
13
  especially inside Web-based Desktop or Mobile Applications. Currently,
14
- **TypoPRO** consists of **1912** individual fonts of **198** font families. The
14
+ **TypoPRO** consists of **1933** individual fonts of **200** font families. The
15
15
  fonts in total span a very wide range of font types, font styles, font
16
16
  weights and font variants. This way, **TypoPRO** provides a magnitude of
17
17
  typographic possibilities with just a minimum number of font families.
@@ -184,28 +184,28 @@ You can conveniently download latest snapshot or particular versions of
184
184
  **TypoPRO** with the Node Package Manager (NPM):
185
185
 
186
186
  $ npm install typopro # latest version
187
- $ npm install typopro@4.2.5 # particular version
187
+ $ npm install typopro@4.2.6 # particular version
188
188
 
189
189
  This automatically installs the peer packages `typopro-web` and `typopro-dtp`, too.
190
190
  As you usually need only the Web formats, you can install just this NPM package:
191
191
 
192
192
  $ npm install typopro-web # latest version
193
- $ npm install typopro-web@4.2.5 # particular version
193
+ $ npm install typopro-web@4.2.6 # particular version
194
194
 
195
195
  Alternatively, install just the DTP formats:
196
196
 
197
197
  $ npm install typopro-dtp # latest version
198
- $ npm install typopro-dtp@4.2.5 # particular version
198
+ $ npm install typopro-dtp@4.2.6 # particular version
199
199
 
200
200
  Finally, you can also download both Web and DTP formats manually, with e.g. cURL:
201
201
 
202
202
  # download Web formats in latest or particular version
203
203
  $ curl -O https://github.com/rse/typopro-web/archive/master.zip
204
- $ curl -O https://github.com/rse/typopro-web/archive/4.2.5.zip
204
+ $ curl -O https://github.com/rse/typopro-web/archive/4.2.6.zip
205
205
 
206
206
  # download DTP formats in latest or particular version
207
207
  $ curl -O https://github.com/rse/typopro-dtp/archive/master.zip
208
- $ curl -O https://github.com/rse/typopro-dtp/archive/4.2.5.zip
208
+ $ curl -O https://github.com/rse/typopro-dtp/archive/4.2.6.zip
209
209
 
210
210
  Additionally, you can also use [Grunt](http://gruntjs.com/) and
211
211
  my companion [Grunt-TypoPRO](https://www.npmjs.org/package/grunt-typopro)
@@ -311,7 +311,8 @@ Roboto |Aleo |Droid Serif |Source Code Pro |Journal
311
311
  Source Sans Pro |Bitter |Lora |Anonymous Pro |Delius |Yanone Kaffesatz
312
312
  Open Sans |Andada |Source Serif Pro |Latin Modern Mono |Kalam |Poetsen
313
313
  Lato |Crete Round |Libre Baskerville|Fira Mono |Nautilus Pompilius |Quando
314
- | |Petrona |Inconsolata | |Sansita
314
+   |  |Petrona |Inconsolata |Arima Madurei |Sansita
315
+   |  |Gelasio |JetBrains Mono |  | 
315
316
 
316
317
  Manifest
317
318
  --------
@@ -344,7 +345,7 @@ all dependencies yourself, of course.
344
345
  Licensing
345
346
  ---------
346
347
 
347
- Copyright © 2013-2021 Dr. Ralf S. Engelschall <rse@engelschall.com>
348
+ Copyright © 2013-2024 Dr. Ralf S. Engelschall <rse@engelschall.com>
348
349
 
349
350
  All included font families are distributed under very liberal Open
350
351
  Source licenses, either MIT License, Apache License, Open Font License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typopro",
3
- "version": "4.2.5",
3
+ "version": "4.2.7",
4
4
  "description": "Fonts for Professional Typography (META)",
5
5
  "homepage": "https://github.com/rse/typopro",
6
6
  "license": "MIT AND Apache-2.0 AND OFL-1.1 AND CC0-1.0",
@@ -20,7 +20,7 @@
20
20
  "url": "http://github.com/rse/typopro/issues"
21
21
  },
22
22
  "dependencies" : {
23
- "typopro-web": "4.2.5",
24
- "typopro-dtp": "4.2.5"
23
+ "typopro-web": "4.2.7",
24
+ "typopro-dtp": "4.2.7"
25
25
  }
26
26
  }