So you can basically do this:
@fontface { ... src: url("data:font/opentype;base64,<base64-encoded-otf/ttf-file>"); }
So you can basically do this:
Although this expands the payload size slightly, it does remove the need for another round trip to a server (so renders potentially faster), and also gives you full control over your embedded fonts.