spacemono added
This commit is contained in:
		
							parent
							
								
									019ea85e19
								
							
						
					
					
						commit
						e4ad517e33
					
				| 
						 | 
					@ -1137,6 +1137,18 @@ let vm = new Vue({
 | 
				
			||||||
        "commercial": false,
 | 
					        "commercial": false,
 | 
				
			||||||
        "open": 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 : {
 | 
					    surfingcapital : {
 | 
				
			||||||
        "name": "SurfingCapital",
 | 
					        "name": "SurfingCapital",
 | 
				
			||||||
        "fonts": [
 | 
					        "fonts": [
 | 
				
			||||||
| 
						 | 
					@ -1319,6 +1331,7 @@ let vm = new Vue({
 | 
				
			||||||
      this.resin,
 | 
					      this.resin,
 | 
				
			||||||
      this.montrappist,
 | 
					      this.montrappist,
 | 
				
			||||||
      this.hamletcicero,
 | 
					      this.hamletcicero,
 | 
				
			||||||
 | 
					      this.spacemono,
 | 
				
			||||||
      this.imposible,
 | 
					      this.imposible,
 | 
				
			||||||
      this.grobedeutschmeister,
 | 
					      this.grobedeutschmeister,
 | 
				
			||||||
      this.theboldfont,
 | 
					      this.theboldfont,
 | 
				
			||||||
| 
						 | 
					@ -1452,6 +1465,7 @@ let vm = new Vue({
 | 
				
			||||||
    this.rousseaudeco.tags = [this.taglist.display, this.taglist.fancy, this.taglist.artnouv]
 | 
					    this.rousseaudeco.tags = [this.taglist.display, this.taglist.fancy, this.taglist.artnouv]
 | 
				
			||||||
    this.saintregus.tags = [this.taglist.display]
 | 
					    this.saintregus.tags = [this.taglist.display]
 | 
				
			||||||
    this.sonderregular.tags = [this.taglist.display, this.taglist.fancy]
 | 
					    this.sonderregular.tags = [this.taglist.display, this.taglist.fancy]
 | 
				
			||||||
 | 
					    this.spacemono.tags = [this.taglist.mono]
 | 
				
			||||||
    this.surfingcapital.tags = [this.taglist.graphic]
 | 
					    this.surfingcapital.tags = [this.taglist.graphic]
 | 
				
			||||||
    this.theboldfont.tags = [this.taglist.display, this.taglist.allcaps]
 | 
					    this.theboldfont.tags = [this.taglist.display, this.taglist.allcaps]
 | 
				
			||||||
    this.theater.tags = [this.taglist.display, this.taglist.allcaps, this.taglist.condensed]
 | 
					    this.theater.tags = [this.taglist.display, this.taglist.allcaps, this.taglist.condensed]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue