From 0fe396211df7d99725b79f43e72e9ef4aa38a3a0 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 7 Feb 2016 03:04:33 -0800 Subject: Fix bad localhost link in Typography docs Fixup for 27ba4beb228a4a5ad47ef40ff2c688b25cf9a8d5 /fyi @mdo [skip sauce] --- docs/content/typography.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content') diff --git a/docs/content/typography.md b/docs/content/typography.md index 0c6d53aa2..f0fc1a4bb 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -138,7 +138,7 @@ While not shown above, feel free to use `` and `` in HTML5. `` is meant ## Text utilities -Change text alignment, transform, style, weight, and color with our [text utilities](http://localhost:9001/components/utilities/#text-alignment). +Change text alignment, transform, style, weight, and color with our [text utilities]({{ site.baseurl }}/components/utilities/#text-alignment). ## Abbreviations -- cgit v1.2.3 From 9248602ecf776963719f34180ee12f4422bde563 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 8 Feb 2016 03:53:59 -0800 Subject: Fixes+tweaks to native font stack docs [skip sauce] --- docs/content/reboot.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'docs/content') diff --git a/docs/content/reboot.md b/docs/content/reboot.md index 2c65e6e21..73ea41171 100644 --- a/docs/content/reboot.md +++ b/docs/content/reboot.md @@ -34,20 +34,24 @@ The `` and `` elements are updated to provide better page-wide defau ## Native font stack -The default web (Helvetica Neue, Helvetica, and Arial) fonts have been dropped in Bootstrap 4 and replaced with a "native font stack" for optimum text rendering on every device and OS. Read more about [native font stacks in this Smashing Magazine article](https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/). +The default web fonts (Helvetica Neue, Helvetica, and Arial) have been dropped in Bootstrap 4 and replaced with a "native font stack" for optimum text rendering on every device and OS. Read more about [native font stacks in this *Smashing Magazine* article](https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/). {% highlight sass %} $font-family-sans-serif: // Safari for OS X and iOS (San Francisco) -apple-system, - // Chrome for OS X (San Francisco) and Windows (Segoe UI) + // Chrome for OS X (San Francisco) BlinkMacSystemFont, // Windows "Segoe UI", // Android "Roboto", - // Linux distros - "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", + // Linux + "Oxygen", // KDE + "Ubuntu", + "Cantarell", // GNOME + // Firefox OS [R.I.P.] + "Fira Sans", // Older Android "Droid Sans", // Basic web fallback -- cgit v1.2.3 From 87d248a482d4d5a83f71c31d3d45f529f4631a1d Mon Sep 17 00:00:00 2001 From: Jaga Santagostino Date: Tue, 16 Feb 2016 20:29:59 +0100 Subject: Fix typos in plural tag names --- docs/content/reboot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content') diff --git a/docs/content/reboot.md b/docs/content/reboot.md index 73ea41171..de3f47a9f 100644 --- a/docs/content/reboot.md +++ b/docs/content/reboot.md @@ -193,7 +193,7 @@ Various form elements have been rebooted for simpler base styles. Here are some - `
`s have no borders, padding, or margin so they can be easily used as wrappers for individual inputs or groups of inputs. - ``s, like fieldsets, have also been restyled to be displayed as a heading of sorts. - `