-
-
Notifications
You must be signed in to change notification settings - Fork 19
OTS ‐ Fonts
This command grabs a list of all installable fonts.
font viewall
# Displays a list of all installable fonts
This command installs a specific font to your device. Replace [name] with the name of the font you want to install.
font install Arial
# Installs the "Arial" font on your device
This command clears your loaded character set.
font cleardata
# Clears the loaded character setThis command applies a specific font to your loaded character set. Replace [name] with the name of the font you want to use.
font use Cursed
# Applies the "Cursed" font to the loaded character setLoaded Font Successfully

This command returns a list of all the fonts you have installed.
font viewinstalled
# Displays a list of all installed fonts
To see a list of all fonts you can install:
font viewall
# Displays a list of all installable fontsTo install a specific font, such as "Roboto":
font install Roboto
# Installs the "Roboto" font on your device
# Jk roberto doesn't existTo clear the currently loaded character set:
font cleardata
# Clears the loaded character setTo apply a font, such as "Cursed", to the loaded character set:
font use Cursed
# Applies the "Cursed" font to the loaded character setTo see a list of all fonts you have installed:
font viewinstalled
# Displays a list of all installed fontsoriginOS is a web desktop gui with a self contained file system, programming languages, internet system and a whole lot of stuff an os should be able to do Use originOS here