Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aleph/lib/@unocss/preset-typography.ts>default

The Full-stack Framework in Deno.
Very Popular
Go to Latest
function default
import { default } from "https://deno.land/x/aleph@1.0.0-alpha.43/lib/@unocss/preset-typography.ts";

UnoCSS Preset for Typography

// unocss.config.js
import { presetAttributify, presetUno, defineConfig, presetTypography } from 'unocss'

export default defineConfig({
  presets: [
    presetAttributify(), // required if using attributify mode
    presetUno(), // required
    presetTypography()
  ]
})

Parameters

optional
options: TypographyOptions

Returns

Preset

typography preset