kenperlin / chalktalk

MIT License
2.12k stars 137 forks source link

Delete obsoleted font files #11

Closed hugolpz closed 7 years ago

hugolpz commented 7 years ago

Create a ./font directory , move font files in it, bulk edit all links/usages of these files within the project.

Kronopath commented 7 years ago

These fonts should actually be removed. It's an artifact from back when CT used the DOM for text rendering. We don't do that anymore, because we have custom font-rendering code right now (see lib/CT_LineFont.js) that allows text to be placed in 3D space.

So these fonts and everything that links to them should be deleted and removed.

Kronopath commented 7 years ago

Font files are now gone!