Skip to content

Instantly share code, notes, and snippets.

@cxmeel
Last active December 2, 2024 12:11
Show Gist options
  • Save cxmeel/38f6d9ba5dc5fd048489a37853bcaa87 to your computer and use it in GitHub Desktop.
Save cxmeel/38f6d9ba5dc5fd048489a37853bcaa87 to your computer and use it in GitHub Desktop.
An almost complete list of Fonts available locally and via Roblox cloud fonts.
--!strict
-- This file is automatically generated by Font List Generate
-- by @cxmeel (cxmeels). Do not edit this file manually.
export type IFont = {
ContentUri: string,
Name: string,
Aliases: { string },
Weights: { Enum.FontWeight },
Styles: { Enum.FontStyle },
}
local fonts: { IFont } = {
-- Local fonts --
{
Name = "Accanthis ADF Std",
SafeName = "accanthis_adf_std",
Aliases = {},
ContentUri = "rbxasset://fonts/families/AccanthisADFStd.json",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Amatic SC",
SafeName = "amatic_sc",
Aliases = {},
ContentUri = "rbxasset://fonts/families/AmaticSC.json",
Weights = { Enum.FontWeight.Regular, Enum.FontWeight.Bold },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Arimo",
SafeName = "arimo",
Aliases = {},
ContentUri = "rbxasset://fonts/families/Arimo.json",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
Enum.FontWeight.Medium,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Arimo (Legacy)",
SafeName = "arimo_legacy",
Aliases = {},
ContentUri = "rbxasset://fonts/families/LegacyArimo.json",
Weights = { Enum.FontWeight.Regular, Enum.FontWeight.Bold },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Arimo (Legacy)",
SafeName = "arimo_legacy",
Aliases = {},
ContentUri = "rbxasset://fonts/families/LegacyArial.json",
Weights = { Enum.FontWeight.Regular, Enum.FontWeight.Bold },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Balthazar",
SafeName = "balthazar",
Aliases = {},
ContentUri = "rbxasset://fonts/families/Balthazar.json",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Bangers",
SafeName = "bangers",
Aliases = {},
ContentUri = "rbxasset://fonts/families/Bangers.json",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Builder Sans",
SafeName = "builder_sans",
Aliases = {},
ContentUri = "rbxasset://fonts/families/BuilderSans.json",
Weights = {
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Bold,
Enum.FontWeight.SemiBold,
Enum.FontWeight.Regular,
Enum.FontWeight.Thin,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Comic Neue Angular",
SafeName = "comic_neue_angular",
Aliases = {},
ContentUri = "rbxasset://fonts/families/ComicNeueAngular.json",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Creepster",
SafeName = "creepster",
Aliases = {},
ContentUri = "rbxasset://fonts/families/Creepster.json",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Denk One",
SafeName = "denk_one",
Aliases = {},
ContentUri = "rbxasset://fonts/families/DenkOne.json",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Fondamento",
SafeName = "fondamento",
Aliases = {},
ContentUri = "rbxasset://fonts/families/Fondamento.json",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Fredoka One",
SafeName = "fredoka_one",
Aliases = {},
ContentUri = "rbxasset://fonts/families/FredokaOne.json",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Grenze Gotisch",
SafeName = "grenze_gotisch",
Aliases = {},
ContentUri = "rbxasset://fonts/families/GrenzeGotisch.json",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.SemiBold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Thin,
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Regular,
Enum.FontWeight.Heavy,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Guru",
SafeName = "guru",
Aliases = {},
ContentUri = "rbxasset://fonts/families/Guru.json",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Highway Gothic",
SafeName = "highway_gothic",
Aliases = {},
ContentUri = "rbxasset://fonts/families/HighwayGothic.json",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Inconsolata",
SafeName = "inconsolata",
Aliases = {},
ContentUri = "rbxasset://fonts/families/Inconsolata.json",
Weights = {
Enum.FontWeight.Heavy,
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Bold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Indie Flower",
SafeName = "indie_flower",
Aliases = {},
ContentUri = "rbxasset://fonts/families/IndieFlower.json",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Josefin Sans",
SafeName = "josefin_sans",
Aliases = {},
ContentUri = "rbxasset://fonts/families/JosefinSans.json",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.SemiBold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Regular,
Enum.FontWeight.Thin,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Jura",
SafeName = "jura",
Aliases = {},
ContentUri = "rbxasset://fonts/families/Jura.json",
Weights = {
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Kalam",
SafeName = "kalam",
Aliases = {},
ContentUri = "rbxasset://fonts/families/Kalam.json",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
Enum.FontWeight.Light,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Luckiest Guy",
SafeName = "luckiest_guy",
Aliases = {},
ContentUri = "rbxasset://fonts/families/LuckiestGuy.json",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Merriweather",
SafeName = "merriweather",
Aliases = {},
ContentUri = "rbxasset://fonts/families/Merriweather.json",
Weights = {
Enum.FontWeight.Heavy,
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
Enum.FontWeight.Light,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Michroma",
SafeName = "michroma",
Aliases = {},
ContentUri = "rbxasset://fonts/families/Michroma.json",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Montserrat",
SafeName = "montserrat",
Aliases = {},
ContentUri = "rbxasset://fonts/families/Montserrat.json",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.SemiBold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Thin,
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Regular,
Enum.FontWeight.Heavy,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Nunito",
SafeName = "nunito",
Aliases = {},
ContentUri = "rbxasset://fonts/families/Nunito.json",
Weights = {
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Bold,
Enum.FontWeight.Light,
Enum.FontWeight.Heavy,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Oswald",
SafeName = "oswald",
Aliases = {},
ContentUri = "rbxasset://fonts/families/Oswald.json",
Weights = {
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Bold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Patrick Hand",
SafeName = "patrick_hand",
Aliases = {},
ContentUri = "rbxasset://fonts/families/PatrickHand.json",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Permanent Marker",
SafeName = "permanent_marker",
Aliases = {},
ContentUri = "rbxasset://fonts/families/PermanentMarker.json",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Press Start 2P",
SafeName = "press_start_2p",
Aliases = {},
ContentUri = "rbxasset://fonts/families/PressStart2P.json",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Roboto",
SafeName = "roboto",
Aliases = {},
ContentUri = "rbxasset://fonts/families/Roboto.json",
Weights = {
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Heavy,
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
Enum.FontWeight.Thin,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Roboto Condensed",
SafeName = "roboto_condensed",
Aliases = {},
ContentUri = "rbxasset://fonts/families/RobotoCondensed.json",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
Enum.FontWeight.Light,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Roboto Mono",
SafeName = "roboto_mono",
Aliases = {},
ContentUri = "rbxasset://fonts/families/RobotoMono.json",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.SemiBold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Regular,
Enum.FontWeight.Thin,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Roman Antique",
SafeName = "roman_antique",
Aliases = {},
ContentUri = "rbxasset://fonts/families/RomanAntique.json",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Sarpanch",
SafeName = "sarpanch",
Aliases = {},
ContentUri = "rbxasset://fonts/families/Sarpanch.json",
Weights = {
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.SemiBold,
Enum.FontWeight.Heavy,
Enum.FontWeight.Regular,
Enum.FontWeight.Bold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Source Sans Pro",
SafeName = "source_sans_pro",
Aliases = {},
ContentUri = "rbxasset://fonts/families/SourceSansPro.json",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.Light,
Enum.FontWeight.Heavy,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Special Elite",
SafeName = "special_elite",
Aliases = {},
ContentUri = "rbxasset://fonts/families/SpecialElite.json",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Titillium Web",
SafeName = "titillium_web",
Aliases = {},
ContentUri = "rbxasset://fonts/families/TitilliumWeb.json",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.Light,
Enum.FontWeight.Heavy,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Ubuntu",
SafeName = "ubuntu",
Aliases = {},
ContentUri = "rbxasset://fonts/families/Ubuntu.json",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.Medium,
Enum.FontWeight.Regular,
Enum.FontWeight.Light,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Zekton",
SafeName = "zekton",
Aliases = {},
ContentUri = "rbxasset://fonts/families/Zekton.json",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
-- Cloud fonts --
{
Name = "Akronim",
SafeName = "akronim",
Aliases = {},
ContentUri = "rbxassetid://12187368317",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Are You Serious",
SafeName = "are_you_serious",
Aliases = {},
ContentUri = "rbxassetid://12187363616",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Arimo",
SafeName = "arimo",
Aliases = {},
ContentUri = "rbxassetid://16658254058",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
Enum.FontWeight.Medium,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Audiowide",
SafeName = "audiowide",
Aliases = {},
ContentUri = "rbxassetid://12187360881",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Barlow",
SafeName = "barlow",
Aliases = {},
ContentUri = "rbxassetid://12187372847",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.SemiBold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Thin,
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Regular,
Enum.FontWeight.Heavy,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Barrio",
SafeName = "barrio",
Aliases = {},
ContentUri = "rbxassetid://12187371991",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Blaka",
SafeName = "blaka",
Aliases = {},
ContentUri = "rbxassetid://12187365104",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Builder Extended",
SafeName = "builder_extended",
Aliases = {},
ContentUri = "rbxassetid://16658237174",
Weights = {
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Bold,
Enum.FontWeight.Light,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Builder Mono",
SafeName = "builder_mono",
Aliases = {},
ContentUri = "rbxassetid://16658246179",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
Enum.FontWeight.Light,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Builder Sans",
SafeName = "builder_sans",
Aliases = {},
ContentUri = "rbxassetid://16658221428",
Weights = {
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Bold,
Enum.FontWeight.SemiBold,
Enum.FontWeight.Regular,
Enum.FontWeight.Thin,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Bungee Inline",
SafeName = "bungee_inline",
Aliases = {},
ContentUri = "rbxassetid://12187370000",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Bungee Shade",
SafeName = "bungee_shade",
Aliases = {},
ContentUri = "rbxassetid://12187367666",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Caesar Dressing",
SafeName = "caesar_dressing",
Aliases = {},
ContentUri = "rbxassetid://12187368843",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Cairo",
SafeName = "cairo",
Aliases = {},
ContentUri = "rbxassetid://12187377099",
Weights = {
Enum.FontWeight.Heavy,
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Bold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Caveat",
SafeName = "caveat",
Aliases = {},
ContentUri = "rbxassetid://12187369802",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
Enum.FontWeight.Medium,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Codystar",
SafeName = "codystar",
Aliases = {},
ContentUri = "rbxassetid://12187363887",
Weights = { Enum.FontWeight.Regular, Enum.FontWeight.Light },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Damion",
SafeName = "damion",
Aliases = {},
ContentUri = "rbxassetid://12187607722",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Dancing Script",
SafeName = "dancing_script",
Aliases = {},
ContentUri = "rbxassetid://8764312106",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
Enum.FontWeight.Medium,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Eater",
SafeName = "eater",
Aliases = {},
ContentUri = "rbxassetid://12187372382",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Faster One",
SafeName = "faster_one",
Aliases = {},
ContentUri = "rbxassetid://12187370928",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Finger Paint",
SafeName = "finger_paint",
Aliases = {},
ContentUri = "rbxassetid://12187375716",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Fira Sans",
SafeName = "fira_sans",
Aliases = {},
ContentUri = "rbxassetid://12187374954",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.SemiBold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Thin,
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Regular,
Enum.FontWeight.Heavy,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Frijole",
SafeName = "frijole",
Aliases = {},
ContentUri = "rbxassetid://12187375194",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Fuzzy Bubbles",
SafeName = "fuzzy_bubbles",
Aliases = {},
ContentUri = "rbxassetid://11322590111",
Weights = { Enum.FontWeight.Regular, Enum.FontWeight.Bold },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Great Vibes",
SafeName = "great_vibes",
Aliases = {},
ContentUri = "rbxassetid://12187375958",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Hind",
SafeName = "hind",
Aliases = {},
ContentUri = "rbxassetid://12187361116",
Weights = {
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Hind Siliguri",
SafeName = "hind_siliguri",
Aliases = {},
ContentUri = "rbxassetid://12187361378",
Weights = {
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "IBM Plex Sans JP",
SafeName = "ibm_plex_sans_jp",
Aliases = {},
ContentUri = "rbxassetid://12187364147",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.SemiBold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Regular,
Enum.FontWeight.Thin,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Inter",
SafeName = "inter",
Aliases = {},
ContentUri = "rbxassetid://12187365364",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.SemiBold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Thin,
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Regular,
Enum.FontWeight.Heavy,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Irish Grover",
SafeName = "irish_grover",
Aliases = {},
ContentUri = "rbxassetid://12187376910",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Italianno",
SafeName = "italianno",
Aliases = {},
ContentUri = "rbxassetid://12187374273",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Kanit",
SafeName = "kanit",
Aliases = {},
ContentUri = "rbxassetid://12187373592",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.SemiBold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Thin,
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Regular,
Enum.FontWeight.Heavy,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Kings",
SafeName = "kings",
Aliases = {},
ContentUri = "rbxassetid://12187371622",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "La Belle Aurore",
SafeName = "la_belle_aurore",
Aliases = {},
ContentUri = "rbxassetid://12187607116",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Lato",
SafeName = "lato",
Aliases = {},
ContentUri = "rbxassetid://11598289817",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.Light,
Enum.FontWeight.Heavy,
Enum.FontWeight.Regular,
Enum.FontWeight.Thin,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Libre Baskerville",
SafeName = "libre_baskerville",
Aliases = {},
ContentUri = "rbxassetid://12187365769",
Weights = { Enum.FontWeight.Regular, Enum.FontWeight.Bold },
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Lobster",
SafeName = "lobster",
Aliases = {},
ContentUri = "rbxassetid://8836875837",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Lora",
SafeName = "lora",
Aliases = {},
ContentUri = "rbxassetid://12187366657",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
Enum.FontWeight.Medium,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "M PLUS Rounded 1c",
SafeName = "m_plus_rounded_1c",
Aliases = {},
ContentUri = "rbxassetid://12188570269",
Weights = {
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Heavy,
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
Enum.FontWeight.Thin,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Marhey",
SafeName = "marhey",
Aliases = {},
ContentUri = "rbxassetid://12187364648",
Weights = {
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Monofett",
SafeName = "monofett",
Aliases = {},
ContentUri = "rbxassetid://12187606783",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Monoton",
SafeName = "monoton",
Aliases = {},
ContentUri = "rbxassetid://12187374098",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Montserrat",
SafeName = "montserrat",
Aliases = {},
ContentUri = "rbxassetid://11702779517",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.SemiBold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Thin,
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Regular,
Enum.FontWeight.Heavy,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Mukta",
SafeName = "mukta",
Aliases = {},
ContentUri = "rbxassetid://12187365559",
Weights = {
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Bold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Mulish",
SafeName = "mulish",
Aliases = {},
ContentUri = "rbxassetid://12187372629",
Weights = {
Enum.FontWeight.Heavy,
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Bold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "NanumGothic",
SafeName = "nanumgothic",
Aliases = {},
ContentUri = "rbxassetid://12187361718",
Weights = {
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Nosifer",
SafeName = "nosifer",
Aliases = {},
ContentUri = "rbxassetid://12187377325",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Nothing You Could Do",
SafeName = "nothing_you_could_do",
Aliases = {},
ContentUri = "rbxassetid://12187367901",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Noto Sans",
SafeName = "noto_sans",
Aliases = {},
ContentUri = "rbxassetid://12187370747",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.SemiBold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Thin,
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Regular,
Enum.FontWeight.Heavy,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Noto Sans HK",
SafeName = "noto_sans_hk",
Aliases = {},
ContentUri = "rbxassetid://12187362892",
Weights = {
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Heavy,
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
Enum.FontWeight.Thin,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Noto Serif HK",
SafeName = "noto_serif_hk",
Aliases = {},
ContentUri = "rbxassetid://12187366846",
Weights = {
Enum.FontWeight.Heavy,
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Bold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Noto Serif JP",
SafeName = "noto_serif_jp",
Aliases = {},
ContentUri = "rbxassetid://12187369639",
Weights = {
Enum.FontWeight.Heavy,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Bold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Noto Serif SC",
SafeName = "noto_serif_sc",
Aliases = {},
ContentUri = "rbxassetid://12187376739",
Weights = {
Enum.FontWeight.Heavy,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Bold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Noto Serif TC",
SafeName = "noto_serif_tc",
Aliases = {},
ContentUri = "rbxassetid://12187368093",
Weights = {
Enum.FontWeight.Heavy,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Bold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Nunito Sans",
SafeName = "nunito_sans",
Aliases = {},
ContentUri = "rbxassetid://12187363368",
Weights = {
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Bold,
Enum.FontWeight.Light,
Enum.FontWeight.Heavy,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Open Sans",
SafeName = "open_sans",
Aliases = {},
ContentUri = "rbxassetid://11598121416",
Weights = {
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "PT Sans",
SafeName = "pt_sans",
Aliases = {},
ContentUri = "rbxassetid://12187606934",
Weights = { Enum.FontWeight.Regular, Enum.FontWeight.Bold },
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "PT Serif",
SafeName = "pt_serif",
Aliases = {},
ContentUri = "rbxassetid://12187606624",
Weights = { Enum.FontWeight.Regular, Enum.FontWeight.Bold },
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Pacifico",
SafeName = "pacifico",
Aliases = {},
ContentUri = "rbxassetid://12187367362",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Parisienne",
SafeName = "parisienne",
Aliases = {},
ContentUri = "rbxassetid://12187361943",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Playfair Display",
SafeName = "playfair_display",
Aliases = {},
ContentUri = "rbxassetid://12187374765",
Weights = {
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.SemiBold,
Enum.FontWeight.Heavy,
Enum.FontWeight.Regular,
Enum.FontWeight.Bold,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Poppins",
SafeName = "poppins",
Aliases = {},
ContentUri = "rbxassetid://11702779409",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.SemiBold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Thin,
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Regular,
Enum.FontWeight.Heavy,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Prompt",
SafeName = "prompt",
Aliases = {},
ContentUri = "rbxassetid://12187607287",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.SemiBold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Thin,
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Regular,
Enum.FontWeight.Heavy,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Quicksand",
SafeName = "quicksand",
Aliases = {},
ContentUri = "rbxassetid://12187371324",
Weights = {
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Rajdhani",
SafeName = "rajdhani",
Aliases = {},
ContentUri = "rbxassetid://12187375422",
Weights = {
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Raleway",
SafeName = "raleway",
Aliases = {},
ContentUri = "rbxassetid://11702779240",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.SemiBold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Thin,
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Regular,
Enum.FontWeight.Heavy,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Roboto Slab",
SafeName = "roboto_slab",
Aliases = {},
ContentUri = "rbxassetid://12187368625",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.SemiBold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Thin,
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Regular,
Enum.FontWeight.Heavy,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Rubik",
SafeName = "rubik",
Aliases = {},
ContentUri = "rbxassetid://12187365977",
Weights = {
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Heavy,
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Rubik Burned",
SafeName = "rubik_burned",
Aliases = {},
ContentUri = "rbxassetid://12187363148",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Rubik Iso",
SafeName = "rubik_iso",
Aliases = {},
ContentUri = "rbxassetid://12187362120",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Rubik Marker Hatch",
SafeName = "rubik_marker_hatch",
Aliases = {},
ContentUri = "rbxassetid://12187367066",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Rubik Maze",
SafeName = "rubik_maze",
Aliases = {},
ContentUri = "rbxassetid://12187366475",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Rubik Wet Paint",
SafeName = "rubik_wet_paint",
Aliases = {},
ContentUri = "rbxassetid://12187369046",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Rye",
SafeName = "rye",
Aliases = {},
ContentUri = "rbxassetid://12187372175",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Sedgwick Ave Display",
SafeName = "sedgwick_ave_display",
Aliases = {},
ContentUri = "rbxassetid://12187376357",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Shadows Into Light",
SafeName = "shadows_into_light",
Aliases = {},
ContentUri = "rbxassetid://12187607493",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Silkscreen",
SafeName = "silkscreen",
Aliases = {},
ContentUri = "rbxassetid://12187371840",
Weights = { Enum.FontWeight.Regular, Enum.FontWeight.Bold },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Sono",
SafeName = "sono",
Aliases = {},
ContentUri = "rbxassetid://12187374537",
Weights = {
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Bold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Sono Monospace",
SafeName = "sono_monospace",
Aliases = {},
ContentUri = "rbxassetid://12187362578",
Weights = {
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Bold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Tajawal",
SafeName = "tajawal",
Aliases = {},
ContentUri = "rbxassetid://12187377588",
Weights = {
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Heavy,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Regular,
Enum.FontWeight.Bold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Tangerine",
SafeName = "tangerine",
Aliases = {},
ContentUri = "rbxassetid://12187376545",
Weights = { Enum.FontWeight.Regular, Enum.FontWeight.Bold },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Teko",
SafeName = "teko",
Aliases = {},
ContentUri = "rbxassetid://12187376174",
Weights = {
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Bold,
Enum.FontWeight.Regular,
Enum.FontWeight.SemiBold,
},
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Unica One",
SafeName = "unica_one",
Aliases = {},
ContentUri = "rbxassetid://12187364842",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
{
Name = "Work Sans",
SafeName = "work_sans",
Aliases = {},
ContentUri = "rbxassetid://12187373327",
Weights = {
Enum.FontWeight.Bold,
Enum.FontWeight.SemiBold,
Enum.FontWeight.ExtraLight,
Enum.FontWeight.Thin,
Enum.FontWeight.ExtraBold,
Enum.FontWeight.Medium,
Enum.FontWeight.Light,
Enum.FontWeight.Regular,
Enum.FontWeight.Heavy,
},
Styles = { Enum.FontStyle.Normal, Enum.FontStyle.Italic },
},
{
Name = "Yellowtail",
SafeName = "yellowtail",
Aliases = {},
ContentUri = "rbxassetid://12187373881",
Weights = { Enum.FontWeight.Regular },
Styles = { Enum.FontStyle.Normal },
},
}
return fonts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment