Returns this font properties in CSS.
String toCSS({num pixelRatio = 1}) => _css ??= '${size / pixelRatio}px $family';