Like when you join the game numbers will have their font and letters will have their font(another font)
Like this
Started with Source Sans Pro Bold then changed to Zekton and after this became again to Source Sans Pro Bold
–only the numbers is in Zekton and the letters in Source Sans Pro Bold
Like in anything will happen this script like chat, gui and etc
Don’t know if there is a script that does that already, but I can tell you the way that it would work:
It would make use of RichText, looking in every text label and text button (Text elements) and see what text is numerical, and then have the numerical text be preceeded with
<font face="Zekton">
then succeeded with
</font>