isFont property

bool isFont

Checks if this is a font

Implementation

bool get isFont => mediaType.startsWith('font/');