MovingBlocks
Update fonts to Noto Sans in a module
Terasology's fonts have been changed to Noto Sans so it can display more languages, but some modules are still using the older font. These modules need to be changed to use Noto Sans in the .skin files.
For this task, you need to change over all cases of engine:title or engine:default to NotoSans-Regular-Large, NotoSans-Regular-Medium or NotoSans-Regular. Which Noto Sans you use will need you to test what size fits best.
Definition of 'Done'
- A pull request that changes all instances of
engine:titleorengine:defaultfonts over toNotoSans-Regular-Large,NotoSans-Regular-MediumorNotoSans-Regular. - A screenshot showing the changed UI with correctly sized text.
Where to start
- Check out issue #2472 for which modules to start with.
- Search through .skin files in modules for
engine:titleandengine:default
See also
- Have a look at the Search Everywhere feature in IntelliJ.
- See the UI tasks section of the wiki.
Task tags
Students who completed this task
Steven Rachman, Jason Huang