ed.brz9.dev/proj/fonts
ed barz bb40a4e1ab spacemono fonts fix 2024-02-29 14:22:39 +01:00
..
README.md website update 2023-05-25 08:01:04 +02:00
fonts.js spacemono fonts fix 2024-02-29 14:22:39 +01:00
index.html font proj updated 2023-06-15 02:35:51 +02:00
style.css font project update 2023-05-25 16:05:03 +02:00

README.md

It's declared this way:

let vm = new Vue({ data() { return { testText: "The quick brown fox jumps over the lazy dog", planck : { "name": "Planck", "fonts" : [ "400" ], "tags" : ["sans-serif"], }, bizon : { "name": "Bizon", "fonts" : [ "400" ], "tags" : ["sans-serif"], }, archive : { "name": "Archive", "fonts" : [ "400" ], "tags" : ["sans-serif"], }, typefaceList : [ this.archive, this.planck, this.bizon ] } } }).$mount('#root')