WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

KristofferStrube/Blazor.CSSFontLoading

Repository files navigation

License: MIT GitHub issues GitHub forks GitHub stars

Introduction

A Blazor wrapper for the CSS Font Loading browser API.

The API standardizes ways to dynamically load fonts in the browser and to check for their support. This project implements a wrapper around the API for Blazor so that we can easily and safely interact with it from Blazor.

This is still being implemented so coverage is very limited.

Demo

The sample project can be demoed at https://kristofferstrube.github.io/Blazor.CSSFontLoading/

On each page you can find the corresponding code for the example in the top right corner.

On the Status page you can see how much of the WebIDL specs this wrapper has covered.