tailwindcss/docs/source/docs/fonts.blade.md

1.0 KiB

extends title description features
_layouts.documentation Font Families Utilities for controlling the font family of an element.
responsive customizable hover focus
true true false false

@include('_partials.work-in-progress')

@include('_partials.class-table', [ 'rows' => [ [ '.font-sans', "font-family:\n -apple-system,\n BlinkMacSystemFont,\n Segoe UI,\n Roboto,\n Oxygen,\n Ubuntu,\n Cantarell,\n Fira Sans,\n Droid Sans,\n Helvetica Neue,\n sans-serif;", 'Set the font family to the sans font stack.', ], [ '.font-serif', "font-family:\n Constantia,\n Lucida Bright,\n Lucidabright,\n Lucida Serif,\n Lucida,\n DejaVu Serif,\n Bitstream Vera Serif,\n Liberation Serif,\n Georgia,\n serif;", 'Set the font family to the serif font stack.', ], [ '.font-mono', "font-family:\n Menlo,\n Monaco,\n Consolas,\n Liberation Mono,\n Courier New,\n monospace;", 'Set the font family to the mono font stack.', ], ] ])