Is it possible to load an external font via inline CSS?
Note: I\'m not talking about using an external CSS file with a @font-face definition, b
@font-face
No, not that I know of. You will need to declare this kinds of things on a block or an external CSS file.
Though if you want something like this, it's very probable you're doing it wrong.