mirror of https://github.com/twbs/bootstrap.git
Docs: add missing comma in native font stack code source in Content > Reboot (#39617)
This commit is contained in:
parent
7bec4de761
commit
11272eca59
|
@ -64,7 +64,7 @@ $font-family-sans-serif:
|
||||||
// Android
|
// Android
|
||||||
Roboto,
|
Roboto,
|
||||||
// older macOS and iOS
|
// older macOS and iOS
|
||||||
"Helvetica Neue"
|
"Helvetica Neue",
|
||||||
// Linux
|
// Linux
|
||||||
"Noto Sans",
|
"Noto Sans",
|
||||||
"Liberation Sans",
|
"Liberation Sans",
|
||||||
|
|
Loading…
Reference in New Issue