spacemono added
This commit is contained in:
parent
019ea85e19
commit
e4ad517e33
|
@ -1137,6 +1137,18 @@ let vm = new Vue({
|
|||
"commercial": false,
|
||||
"open": false,
|
||||
},
|
||||
spacemono : {
|
||||
"name": "SpaceMono",
|
||||
"fonts" : [
|
||||
],
|
||||
"tags" : ["mono"],
|
||||
"link" : "https://www.colophon-foundry.org/custom-projects/space-mono",
|
||||
"creator" : "Colophon Foundry",
|
||||
"creatorLink" : "https://www.colophon-foundry.org/",
|
||||
"licence" : "SIL",
|
||||
"commercial" : true,
|
||||
"open": true,
|
||||
},
|
||||
surfingcapital : {
|
||||
"name": "SurfingCapital",
|
||||
"fonts": [
|
||||
|
@ -1319,6 +1331,7 @@ let vm = new Vue({
|
|||
this.resin,
|
||||
this.montrappist,
|
||||
this.hamletcicero,
|
||||
this.spacemono,
|
||||
this.imposible,
|
||||
this.grobedeutschmeister,
|
||||
this.theboldfont,
|
||||
|
@ -1452,6 +1465,7 @@ let vm = new Vue({
|
|||
this.rousseaudeco.tags = [this.taglist.display, this.taglist.fancy, this.taglist.artnouv]
|
||||
this.saintregus.tags = [this.taglist.display]
|
||||
this.sonderregular.tags = [this.taglist.display, this.taglist.fancy]
|
||||
this.spacemono.tags = [this.taglist.mono]
|
||||
this.surfingcapital.tags = [this.taglist.graphic]
|
||||
this.theboldfont.tags = [this.taglist.display, this.taglist.allcaps]
|
||||
this.theater.tags = [this.taglist.display, this.taglist.allcaps, this.taglist.condensed]
|
||||
|
|
Loading…
Reference in New Issue