Skip to main content
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-beta.1/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