remoteFamily static method

String remoteFamily(
  1. String familyKey
)

Fonts from the host are registered under a name derived from the family's content, so they never clash with the viewer's own fonts or with another app's font of the same name.

Implementation

static String remoteFamily(String familyKey) => 'remote-$familyKey';