Fix fonts.

This commit is contained in:
Pēteris Caune 2017-08-07 19:54:16 +03:00
parent 2d9563440e
commit dfed908873
2 changed files with 165 additions and 165 deletions

File diff suppressed because it is too large Load Diff

View File

@ -42,7 +42,7 @@
//
//## Font, line-height, and color for body text, headings, and more.
@font-family-sans-serif: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
@font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
@font-family-serif: Georgia, "Times New Roman", Times, serif;
//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
@font-family-monospace: "Lucida Console", Monaco, monospace;