Browse Source

Fix fonts.

pull/133/head
Pēteris Caune 7 years ago
parent
commit
dfed908873
2 changed files with 165 additions and 165 deletions
  1. +164
    -164
      static/css/bootstrap.css
  2. +1
    -1
      stuff/bootstrap/variables.less

+ 164
- 164
static/css/bootstrap.css
File diff suppressed because it is too large
View File


+ 1
- 1
stuff/bootstrap/variables.less 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;


Loading…
Cancel
Save