fixing the fonts

This commit is contained in:
Hugo Roy 2014-03-19 11:53:39 +01:00 committed by opi
parent ea18dc8e66
commit 92a6d27079
3 changed files with 4 additions and 5 deletions

View file

@ -39,10 +39,10 @@
//
//## Font, line-height, and color for body text, headings, and more.
@font-family-sans-serif: "Source Code Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-sans-serif: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-serif: Georgia, "Times New Roman", Times, serif;
//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
@font-family-monospace: "Inconsolata", Menlo, Monaco, Consolas, "Courier New", monospace;
@font-family-monospace: "Source Code Pro", "Inconsolata", Menlo, Monaco, Consolas, "Courier New", monospace;
@font-family-base: @font-family-sans-serif;
@font-size-base: 14px;

View file

@ -10,7 +10,6 @@
html, body {
width:100%;
font-family: 'Source Code Pro';
}
.block {
@ -193,7 +192,7 @@ select option[default] {
font-style: italic;
}
@import "../fonts.css";
@import "fonts.css";
/* TODO remove all glyphicons in the future to remove this line*/
@import "font-awesome.less";

2
css/style.min.css vendored

File diff suppressed because one or more lines are too long