@extends('layouts.master') @section('title') @lang('translation.Typography') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') UI Elements @endslot @slot('title') Typography @endslot @endcomponent
Font Family
All HTML headings, <h1>
through <h6>
, are available.
Font Weight
Font Weight
Traditional heading elements are designed to work best in the meat of your page content.
Styling for common inline HTML5 elements.
Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.
You can use the mark tag to highlight text.
This line of text is meant to be treated as deleted text.
This line of text is meant to be treated as no longer accurate.
This line of text is meant to be treated as an addition to the document.
This line of text will render as underlined
This line of text is meant to be treated as fine print.
This line rendered as bold text.
This line rendered as italicized text.
Remove the default list-style
and left margin on list
items (immediate children only). This only applies to immediate
children list items, meaning you will need to add the class
for any nested lists as well.
Remove a list’s bullets and apply some
light margin
with a combination
of two classes, .list-inline
and
.list-inline-item
.
For quoting blocks of content from
another source within your document. Wrap <blockquote
class="blockquote">
around any HTML as the quote.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Align terms and descriptions
horizontally by using our grid system’s predefined classes (or semantic
mixins). For longer terms, you can optionally add a .text-truncate
class to
truncate the text with an ellipsis.
Use .text-lowercase
, .text-uppercase
, or .text-capitalize
to transform the text..
Lowercased text.
Uppercased text.
CapiTaliZed text.
Decorate text in components with text decoration classes.
This text has a line underneath it.
This text has a line going through it.
This link has its text decoration removedQuickly change the font-size of text.
.fs-1 text
.fs-2 text
.fs-3 text
.fs-4 text
.fs-5 text
.fs-6 text
Wrap text with a .text-wrap
class.
Prevent text from wrapping with a .text-nowrap
class.
Use text-break
class to prevent long strings of text from breaking your components' layout.
mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
font-style
utilities are abbreviated as .fst-*
and font-weight
utilities are abbreviated as .fw-*
.
Bold text.
Bolder weight text (relative to the parent element).
Semibold weight text.
Normal weight text.
Light weight text.
Lighter weight text (relative to the parent element).
Italic text.
Text with normal font style
Wrap text with a .text-wrap
class.
This is a long paragraph written to show how the line-height of an element is affected by our utilities. Classes are applied to the element itself or sometimes the parent element. These classes can be customized as needed with our utility API.
This is a long paragraph written to show how the line-height of an element is affected by our utilities. Classes are applied to the element itself or sometimes the parent element. These classes can be customized as needed with our utility API.
This is a long paragraph written to show how the line-height of an element is affected by our utilities. Classes are applied to the element itself or sometimes the parent element. These classes can be customized as needed with our utility API.
This is a long paragraph written to show how the line-height of an element is affected by our utilities. Classes are applied to the element itself or sometimes the parent element. These classes can be customized as needed with our utility API.