pub fn set_global_css_from_file<P: AsRef<Path>>(path: P) -> Result<(), Error>
Expand description
Sets a custom global stylesheet from a file.
If the file doesn’t exist a tracing::error
message will be emitted and
an std::io::Error
will be returned.