In I think Joes last video talking about the future he said that Font Pro Styles should be faded out and replaced by f6 which is great. One of the things I liked about Font Pro Styles was it had a setting to capitalise words so no matter if a client used a mixture of upper case and lower case you could force it in this example to Transform: Uppercase or Capitalise etc.
I found this and it works using the f6 CSS swatch
.uppercase-text {text-transform: uppercase;}
and you can use the following values which is great:
capitalise: Transforms the first character in each word to uppercase.
lowercase: Transforms all characters to lowercase.
none: Produces no capitalisation effect at all.
uppercase: Transforms all characters to uppercase.
Is there a way to do this using just f6?
Or maybe a future request?