How to access a Face defined in faces.toml?

If a define a face myface in my config/faces.toml, say

[myface]
inverse = true

then I can apply it to strings via styled"{myface:abc}". But what is the official way to get the face itself as an object of type Face?