From 44991b5ad4e685c986c2c7c3cae419705b0e240d Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Tue, 31 Oct 2017 12:09:15 -0400 Subject: [PATCH] Add badges + cheatsheet table for font family docs --- docs/source/docs/fonts.blade.md | 45 +++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/docs/source/docs/fonts.blade.md b/docs/source/docs/fonts.blade.md index 5ed973b98..1a711f946 100644 --- a/docs/source/docs/fonts.blade.md +++ b/docs/source/docs/fonts.blade.md @@ -4,3 +4,48 @@ title: "Font Families" --- # Font Families + +
+ Utilities for controlling the font family of an element. +
+ +@include('_partials.feature-badges', [ + 'responsive' => true, + 'customizable' => true, + 'hover' => false, + 'focus' => false +]) + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ClassPropertiesDescription
.font-sansfont-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;Set the font family to the sans font stack.
.font-seriffont-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;Set the font family to the serif font stack.
.font-monofont-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;Set the font family to the mono font stack.
+