Font Tech & Format Checker - Online Supports incremental font?
Detect browser support for font‑tech() and font‑format() values in @font‑face src. Check COLRv1, variable, etc.
UD5 Toolkit
font-family: 'Roboto Flex', sans-serif;
font-variation-settings: 'wght' 400, 'wdth' 100, 'slnt' 0, 'opsz' 14, 'GRAD' 0;
wght for weight or wdth for width) that can be adjusted continuously across a range. This technology, introduced in OpenType 1.8 (2016), saves bandwidth and gives designers fine-grained control over typography on the web.
wght — Weight (100–900, e.g. Thin to Black)wdth — Width (narrow to wide, often 50–200)slnt — Slant (oblique angle, typically -15° to 0°)ital — Italic (0 = off, 1 = on)opsz — Optical Size (designed for specific point sizes, e.g. 8–144)GRAD — Grade (strokes thicken without changing width)SOFT, WONK, CASL, or MONO for unique stylistic control.
font-variation-settings property to control axes directly:font-variation-settings: 'wght' 700, 'wdth' 85, 'slnt' -5;wght axis specifically, you can also use the standard font-weight property, and for slnt you can use font-style: oblique. However, font-variation-settings gives you full control over all axes simultaneously. Always provide a fallback font-weight for older browsers. Use this tool above to generate the exact CSS you need!
@supports queries.
opsz) adjusts the design of a typeface to look its best at a particular size. At small point sizes (e.g. 8–12px), fonts with optical sizing will subtly increase x-height, open up counters, and reduce stroke contrast for better legibility. At large display sizes (e.g. 72px+), the same font will show finer details, higher stroke contrast, and more elegant proportions. Set opsz close to your actual font size for the best typographic result.
GRAD) in Roboto Flex adjusts stroke thickness without changing the glyph width or affecting line breaks. This is different from wght, which may slightly alter glyph widths. Grade is perfect for maintaining consistent layout while compensating for different rendering backgrounds (e.g., light text on dark backgrounds may appear thinner and benefit from a positive grade). Roboto Flex's GRAD range is -200 to 150.
Detect browser support for font‑tech() and font‑format() values in @font‑face src. Check COLRv1, variable, etc.
Enter a URL and extract the font stacks and web font URLs used on that page. Quick typography research.
Change text orientation within vertical writing mode. See mixed, upright, sideways. Useful for CJK layout.
Create a 3D extruded text effect using multiple text‑shadows. Adjust depth, color, and perspective. Ready‑to‑use CSS.
Compare text‑rendering: auto, optimizeSpeed, optimizeLegibility, geometricPrecision. See kerning and ligature changes live.
Create a realistic letterpress (debossed) text effect using CSS text‑shadow and background. Adjust depth and light direction. Copy code.
Create a custom HTML/CSS progress bar with percentage, colors, and animation. Copy the code. Modern UI element.
Drag a slider to see wind speed in knots/mph/kmh and the corresponding sea conditions and land effects.
Create CSS `easing‑gradient()` functions for smooth, non‑linear color transitions. Experimental and powerful. Copy the code.
Quickly adjust the brightness and contrast of an image with live preview sliders. Download the tuned photo. Canvas.
Create complex linear gradients with any number of color stops, exact angles, and length units. Live preview and CSS code.
Compare font‑display values (block, swap, fallback, optional) on the fly. See how text renders during web font load. Choose the right strategy.
Create text with a gradient fill using CSS background-clip. Configure colors and direction. Copy the code. Works in modern browsers.
Compute riser height and tread depth given total rise and run. Applies comfort formula (2R+T=63cm). Ideal for deck or interior stair design.
Visually create beautiful linear and radial gradients. Get the CSS code instantly. Copy the code or export as image. Perfect for web designers.
Design a realistic neon sign text with multiple layers of glow. Copy the CSS and HTML. Perfect for headers.
Drag a slider to compare your original image with a compressed version (e.g., WebP). See the quality difference and file size savings.
Drag a slider over two images to see the differences instantly. Perfect for showcasing retouches or compression effects.
Enter current weight and age to estimate adult weight based on growth curves. For purebred and mixed.
Create the iPhone Dynamic Island look‑alike with a pill that expands on hover. Pure CSS. Copy the playful code.
Transform normal text into vaporwave fullwidth Aesthetic characters. Includes zalgo and other styles. Copy ready for social posts. Local tool.
Compute the selling price from cost and desired markup percentage, or find the markup from cost and price.
Display text in horizontal‑tb, vertical‑rl, vertical‑lr. See how block and inline directions switch. For multilingual sites.
Enter a recipe and scale the ingredient quantities up or down by servings. Supports fractions and mixed units. Cooking helper.
Slide left for cooler (blue) or right for warmer (orange) tones on your image. Quick photo adjustment. Local.
Build a 3D rotating cube using pure CSS. Set dimensions, colors, and animation speed. Copy the HTML and CSS.
Animate text that looks like it's being decoded or scrambled before settling on the final word. Copy the JS snippet.
Place bold text over an image and apply mix‑blend‑mode: screen, multiply, etc. Create stunning hero sections. Download preview.
Create color gradients that are perceptually uniform by interpolating in CIELAB space. Get the CSS linear‑gradient code. Visually superior.
Stack multiple text‑shadows to create a blurred, glowing gradient effect. Copy the long‑shadow CSS instantly.