From 68ddcec0571ed108b364f502cca105ffd0aee504 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 29 Aug 2019 11:10:06 +0300 Subject: theming.md: bring `:root` up to par with Scss. (#29323) Also, add a warning in _root.scss so that we don't miss it again. --- site/docs/4.3/getting-started/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site') diff --git a/site/docs/4.3/getting-started/theming.md b/site/docs/4.3/getting-started/theming.md index f5c497c3a8..c52ca752b6 100644 --- a/site/docs/4.3/getting-started/theming.md +++ b/site/docs/4.3/getting-started/theming.md @@ -409,7 +409,7 @@ Here are the variables we include (note that the `:root` is required). They're l --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; - --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } {% endhighlight %} -- cgit v1.2.3