mirror of
https://github.com/edubart/otclient.git
synced 2025-05-02 18:49:21 +02:00
14 lines
375 B
Plaintext
14 lines
375 B
Plaintext
Module
|
|
name: core_fonts
|
|
description: Contains fonts used by core
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
onLoad: |
|
|
importFont('verdana-11px-antialised')
|
|
importFont('verdana-11px-monochrome')
|
|
importFont('verdana-11px-rounded')
|
|
importFont('terminus-14px-bold')
|
|
setDefaultFont('verdana-11px-antialised')
|
|
return true
|
|
|