|
| 1 | +local FontFace = { |
| 2 | + -- [[<font family="rbxasset://fonts/families/FAMILY.json">NAME</font>]] |
| 3 | + { |
| 4 | + Id = "AccanthisADFStd", |
| 5 | + Font = Font.fromName("AccanthisADFStd"), |
| 6 | + Text = [[<font family="rbxasset://fonts/families/AccanthisADFStd.json">Accanthis</font>]], |
| 7 | + }, |
| 8 | + { |
| 9 | + Id = "AmaticSC", |
| 10 | + Font = Font.fromName("AmaticSC"), |
| 11 | + Text = [[<font family="rbxasset://fonts/families/AmaticSC.json">Amatic SC</font>]], |
| 12 | + }, |
| 13 | + { |
| 14 | + Id = "Arial", |
| 15 | + Font = Font.fromName("Arial"), |
| 16 | + Text = [[<font family="rbxasset://fonts/families/Arial.json">Arial</font>]], |
| 17 | + }, |
| 18 | + { |
| 19 | + Id = "Balthazar", |
| 20 | + Font = Font.fromName("Balthazar"), |
| 21 | + Text = [[<font family="rbxasset://fonts/families/Balthazar.json">Balthazar</font>]], |
| 22 | + }, |
| 23 | + { |
| 24 | + Id = "Bangers", |
| 25 | + Font = Font.fromName("Bangers"), |
| 26 | + Text = [[<font family="rbxasset://fonts/families/Bangers.json">Bangers</font>]], |
| 27 | + }, |
| 28 | + { |
| 29 | + Id = "ComicNeueAngular", |
| 30 | + Font = Font.fromName("ComicNeueAngular"), |
| 31 | + Text = [[<font family="rbxasset://fonts/families/ComicNeueAngular.json">Comic Neue</font>]], |
| 32 | + }, |
| 33 | + { |
| 34 | + Id = "Creepster", |
| 35 | + Font = Font.fromName("Creepster"), |
| 36 | + Text = [[<font family="rbxasset://fonts/families/Creepster.json">Creepster</font>]], |
| 37 | + }, |
| 38 | + { |
| 39 | + Id = "DenkOne", |
| 40 | + Font = Font.fromName("DenkOne"), |
| 41 | + Text = [[<font family="rbxasset://fonts/families/DenkOne.json">DenkOne</font>]], |
| 42 | + }, |
| 43 | + { |
| 44 | + Id = "Fondamento", |
| 45 | + Font = Font.fromName("Fondamento"), |
| 46 | + Text = [[<font family="rbxasset://fonts/families/Fondamento.json">Fondamento</font>]], |
| 47 | + }, |
| 48 | + { |
| 49 | + Id = "FredokaOne", |
| 50 | + Font = Font.fromName("FredokaOne"), |
| 51 | + Text = [[<font family="rbxasset://fonts/families/FredokaOne.json">FredokaOne</font>]], |
| 52 | + }, |
| 53 | + { |
| 54 | + Id = "GothamSSm", |
| 55 | + Font = Font.fromName("GothamSSm"), |
| 56 | + Text = [[<font family="rbxasset://fonts/families/GothamSSm.json">Gotham SSm</font>]], |
| 57 | + }, |
| 58 | + { |
| 59 | + Id = "GrenzeGotisch", |
| 60 | + Font = Font.fromName("GrenzeGotisch"), |
| 61 | + Text = [[<font family="rbxasset://fonts/families/GrenzeGotisch.json">Grenze Gotisch </font>]], |
| 62 | + }, |
| 63 | + { |
| 64 | + Id = "Guru", |
| 65 | + Font = Font.fromName("Guru"), |
| 66 | + Text = [[<font family="rbxasset://fonts/families/Guru.json">Guru</font>]], |
| 67 | + }, |
| 68 | + { |
| 69 | + Id = "HighwayGothic", |
| 70 | + Font = Font.fromName("HighwayGothic"), |
| 71 | + Text = [[<font family="rbxasset://fonts/families/HighwayGothic.json">Highway Gothic</font>]], |
| 72 | + }, |
| 73 | + { |
| 74 | + Id = "Inconsolata", |
| 75 | + Font = Font.fromName("Inconsolata"), |
| 76 | + Text = [[<font family="rbxasset://fonts/families/Inconsolata.json">Inconsolata</font>]], |
| 77 | + }, |
| 78 | + { |
| 79 | + Id = "IndieFlower", |
| 80 | + Font = Font.fromName("IndieFlower"), |
| 81 | + Text = [[<font family="rbxasset://fonts/families/IndieFlower.json">Indie Flower</font>]], |
| 82 | + }, |
| 83 | + { |
| 84 | + Id = "JosefinSans", |
| 85 | + Font = Font.fromName("JosefinSans"), |
| 86 | + Text = [[<font family="rbxasset://fonts/families/JosefinSans.json">Josefin Sans</font>]], |
| 87 | + }, |
| 88 | + { |
| 89 | + Id = "Jura", |
| 90 | + Font = Font.fromName("Jura"), |
| 91 | + Text = [[<font family="rbxasset://fonts/families/Jura.json">Jura</font>]], |
| 92 | + }, |
| 93 | + { |
| 94 | + Id = "Kalam", |
| 95 | + Font = Font.fromName("Kalam"), |
| 96 | + Text = [[<font family="rbxasset://fonts/families/Kalam.json">Kalam</font>]], |
| 97 | + }, |
| 98 | + { |
| 99 | + Id = "LuckiestGuy", |
| 100 | + Font = Font.fromName("LuckiestGuy"), |
| 101 | + Text = [[<font family="rbxasset://fonts/families/LuckiestGuy.json">Luckiest Guy</font>]], |
| 102 | + }, |
| 103 | + { |
| 104 | + Id = "Merriweather", |
| 105 | + Font = Font.fromName("Merriweather"), |
| 106 | + Text = [[<font family="rbxasset://fonts/families/Merriweather.json">Merriweather</font>]], |
| 107 | + }, |
| 108 | + { |
| 109 | + Id = "Michroma", |
| 110 | + Font = Font.fromName("Michroma"), |
| 111 | + Text = [[<font family="rbxasset://fonts/families/Michroma.json">Michroma</font>]], |
| 112 | + }, |
| 113 | + { |
| 114 | + Id = "Nunito", |
| 115 | + Font = Font.fromName("Nunito"), |
| 116 | + Text = [[<font family="rbxasset://fonts/families/Nunito.json">Nunito</font>]], |
| 117 | + }, |
| 118 | + { |
| 119 | + Id = "Oswald", |
| 120 | + Font = Font.fromName("Oswald"), |
| 121 | + Text = [[<font family="rbxasset://fonts/families/Oswald.json">Oswald</font>]], |
| 122 | + }, |
| 123 | + { |
| 124 | + Id = "PatrickHand", |
| 125 | + Font = Font.fromName("PatrickHand"), |
| 126 | + Text = [[<font family="rbxasset://fonts/families/PatrickHand.json">Patrick Hand</font>]], |
| 127 | + }, |
| 128 | + { |
| 129 | + Id = "PermanentMarker", |
| 130 | + Font = Font.fromName("PermanentMarker"), |
| 131 | + Text = [[<font family="rbxasset://fonts/families/PermanentMarker.json">Preduring Marker</font>]], |
| 132 | + }, |
| 133 | + { |
| 134 | + Id = "PressStart2P", |
| 135 | + Font = Font.fromName("PressStart2P"), |
| 136 | + Text = [[<font family="rbxasset://fonts/families/PressStart2P.json">PressStart2P</font>]], |
| 137 | + }, |
| 138 | + { |
| 139 | + Id = "Roboto", |
| 140 | + Font = Font.fromName("Roboto"), |
| 141 | + Text = [[<font family="rbxasset://fonts/families/Roboto.json">Roboto</font>]], |
| 142 | + }, |
| 143 | + { |
| 144 | + Id = "RobotoCondensed", |
| 145 | + Font = Font.fromName("RobotoCondensed"), |
| 146 | + Text = [[<font family="rbxasset://fonts/families/RobotoCondensed.json">Roboto Condensed</font>]], |
| 147 | + }, |
| 148 | + { |
| 149 | + Id = "RobotoMono", |
| 150 | + Font = Font.fromName("RobotoMono"), |
| 151 | + Text = [[<font family="rbxasset://fonts/families/RobotoMono.json">Roboto Mono</font>]], |
| 152 | + }, |
| 153 | + { |
| 154 | + Id = "Sarpanch", |
| 155 | + Font = Font.fromName("Sarpanch"), |
| 156 | + Text = [[<font family="rbxasset://fonts/families/Sarpanch.json">Sarpanch</font>]], |
| 157 | + }, |
| 158 | + { |
| 159 | + Id = "SourceSansPro", |
| 160 | + Font = Font.fromName("SourceSansPro"), |
| 161 | + Text = [[<font family="rbxasset://fonts/families/SourceSansPro.json">Source Sans Pro</font>]], |
| 162 | + }, |
| 163 | + { |
| 164 | + Id = "SpecialElite", |
| 165 | + Font = Font.fromName("SpecialElite"), |
| 166 | + Text = [[<font size="12" family="rbxasset://fonts/families/SpecialElite.json">Special Elite</font>]], |
| 167 | + }, |
| 168 | + { |
| 169 | + Id = "TitilliumWeb", |
| 170 | + Font = Font.fromName("TitilliumWeb"), |
| 171 | + Text = [[<font family="rbxasset://fonts/families/TitilliumWeb.json">Titillium Web</font>]], |
| 172 | + }, |
| 173 | + { |
| 174 | + Id = "Ubuntu", |
| 175 | + Font = Font.fromName("Ubuntu"), |
| 176 | + Text = [[<font family="rbxasset://fonts/families/Ubuntu.json">Ubuntu</font>]], |
| 177 | + }, |
| 178 | + { |
| 179 | + Id = "Zekton", |
| 180 | + Font = Font.fromName("Zekton"), |
| 181 | + Text = [[<font family="rbxasset://fonts/families/Zekton.json">Zekton</font>]], |
| 182 | + }, |
| 183 | +} |
| 184 | + |
| 185 | +return FontFace |
0 commit comments