web_sys::fontface Struct

The fontface Struct represents a HTML font-face built from an external resource described by an URL or from an ArrayBuffer..

Cargo.toml


.
.
.
[dependencies.web-sys]
version = "0.3.4"
features = [
  'fontface',
]
.
.
.       
        

Functions

features/dependencies

Source Code