https://github.com/kristofferstrube/blazor.cssfontloading
A Blazor wrapper for the CSS Font Loading browser API.
https://github.com/kristofferstrube/blazor.cssfontloading
blazor blazor-jsinterop blazor-webassembly csharp css css-font-loading-api font jsinterop loading wasm web-idl webassembly wrapper
Last synced: 2 months ago
JSON representation
A Blazor wrapper for the CSS Font Loading browser API.
- Host: GitHub
- URL: https://github.com/kristofferstrube/blazor.cssfontloading
- Owner: KristofferStrube
- License: mit
- Created: 2023-01-14T23:10:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T09:56:20.000Z (almost 2 years ago)
- Last Synced: 2025-11-23T04:03:54.658Z (7 months ago)
- Topics: blazor, blazor-jsinterop, blazor-webassembly, csharp, css, css-font-loading-api, font, jsinterop, loading, wasm, web-idl, webassembly, wrapper
- Language: C#
- Homepage:
- Size: 11.8 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](/LICENSE.md)
[](https://github.com/KristofferStrube/Blazor.CSSFontLoading/issues)
[](https://github.com/KristofferStrube/Blazor.CSSFontLoading/network/members)
[](https://github.com/KristofferStrube/Blazor.CSSFontLoading/stargazers)
# Introduction
A Blazor wrapper for the [CSS Font Loading](https://drafts.csswg.org/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](https://kristofferstrube.github.io/Blazor.CSSFontLoading/Status) you can see how much of the WebIDL specs this wrapper has covered.