notes: add multiple new fonts (#4212).

Add the following fonts:

* Comic (Comic Relief)
* Slab Sans (Anton)
* Slab Serif (Rokkitt)
* Formal Serif (Lora)
* Formal Cursive (Petit Formal Script)
* Print (Kalam)
* Hand (Indie Flower)
* Narrow (Archivo Narrow)
* Blackletter (Unifraktur Maguntia)

Add the following font aliases:

* Comic Sans MS is aliased to Comic Relief.
* Arial Narrow is aliased to Archivo Narrow.
* Rockwell is aliased to Rokkitt.
* Impact is aliased to Anton.
This commit is contained in:
evazion
2019-11-25 15:06:59 -06:00
parent 761cbc47c1
commit b43008a506
3 changed files with 293 additions and 3 deletions

View File

@@ -15,6 +15,13 @@
"script-loader": "^0.7.2",
"spark-md5": "^3.0.0",
"stupid-table-plugin": "^1.1.3",
"typeface-anton": "^0.0.72",
"typeface-archivo-narrow": "^0.0.72",
"typeface-indie-flower": "^0.0.72",
"typeface-lora": "^0.0.72",
"typeface-petit-formal-script": "^0.0.72",
"typeface-rokkitt": "^0.0.72",
"typeface-unifrakturmaguntia": "^0.0.72",
"typopro-web": "^4.2.2",
"webpack-cli": "^3.3.0"
},