Font Access API - Online Browse Local Fonts
Enumerate all fonts installed on your device and see a real‑time preview. Useful for design tools. Permission required.
UD5 Toolkit
Inspect font metrics, x-height, cap height, ascenders & descenders from your system fonts
line-height, vertical-align, and overall text spacing. Understanding ascender and descender ratios helps create pixel-perfect layouts, especially when mixing fonts. It's also essential for calculating precise padding, margins, and alignment in design systems where typography consistency is critical.baseline is the default vertical-align value for inline elements. Descenders (like the tail of 'g', 'y', 'p') extend below the baseline, while ascenders and capitals rise above it.fontBoundingBoxAscent and actualBoundingBoxDescent for precise measurements. For x-height and cap height, we render individual glyphs and measure their bounding boxes for maximum accuracy.Enumerate all fonts installed on your device and see a real‑time preview. Useful for design tools. Permission required.
Use the document.fonts API to check if a font is loaded. Watch the ready promise. Avoid FOUT. JavaScript demo.
Paste two strings that look the same and see if they differ after normalization. Debug invisible encoding bugs.
Paste a Base64 encoded font string and generate the complete @font‑face CSS rule. Inline small fonts easily.
Search by country or currency name to find its symbol and code. Quick static reference for international business.
Calculate antenna element lengths for a given frequency (or vice versa). Supports 1/4 wave, 1/2 wave, dipole. Useful for ham radio. Local only.
Enter target total weight and bar weight to see which plates to put on each side. No more counting errors.
For any latitude and date, calculate the exact daylight hours. See golden hour. Useful for gardening and travel.
Enter a city name or coordinates and see today's sunrise, sunset, and twilight times. Approximate algorithm. Local.
Load a WAV file and see its real-time oscilloscope trace and frequency spectrum. Zoom and pan. Pure frontend.
Paste HTML or URL to extract canonical link tag. Verify self-referencing. Simple SEO audit step. Local only.
Generate a temporary webhook URL (mock) and view the JSON payloads sent to it. Great for testing integrations locally.
Enter a URL and extract the font stacks and web font URLs used on that page. Quick typography research.
Type two letters and see if your chosen font has a kerning pair for them. Adjust tracking and see live spacing.
Drop a PDF and extract any embedded JavaScript or form actions. Check for malicious code. Privacy‑friendly analysis.
Style a drop cap using the initial‑letter property. Set size and sink. Modern alternative to pseudo‑element hacks.
Click any element on a demo page and see which events are attached. Visual debugger for event handling.
Paste a URL and extract all meta tags, Open Graph, Twitter Cards, and JSON‑LD. View in a friendly table. Client‑side fetch.
Adjust letter‑spacing and word‑spacing with a slider and see the effect on a sample paragraph. Copy the CSS.
Select a heading font and see a set of well‑paired body fonts. Live preview with your own text. Copy the import code.
New CSS text‑spacing property for fine control over punctuation spacing. See the effect live. For advanced typography.
Generate a CSS background that shows a baseline grid. Adjust line‑height and offset. Perfect for aligning text.
Enter min and max font sizes and viewport widths to generate a perfect CSS clamp() expression. Fluid typography without media queries.
Load a variable font (default or custom) and play with weight, width, slant, and custom axes. Download the CSS.
Style a drop cap using the initial‑letter property. Set size and sink. Modern alternative to pseudo‑element hacks.
Apply text‑wrap: balance to headings and paragraphs. See the visual difference and copy the CSS. Avoid orphans.
Enter the characters you need and generate a smaller font file from a TTF/OTF. Keep only the glyphs you use. Using harfbuzz WASM.
Map English letters to fancy mathematical or ornamental Unicode symbols. Create Facebook/Twitter bio art. All local.
Type any character and see how it renders in different font stacks. Detect missing glyphs and fallback behavior.
Style the first letter of a paragraph as a large decorative drop cap. Choose font, color, and size. Get the CSS & HTML.