struct Protocol::CSS::FontsUpdated

Overview

Fires whenever a web font is updated. A non-empty font parameter indicates a successfully loaded web font

Included Modules

Defined in:

protocol/css.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def font : FontFace | Nil #

The web font that has loaded.


[View source]