Hello, I’m making my script which should create gui, with Jura font, and weight 700 (or bold)
But IDK how to script this, can someone tell me please?
Font = Font.new("rbxasset://fonts/families/Jura.json", Enum.FontWeight.Bold)
or
Font = Font.new("rbxasset://fonts/families/Jura.json", 700)
or
--IDK anything more...