mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
fixing the fonts
This commit is contained in:
parent
ea18dc8e66
commit
92a6d27079
3 changed files with 4 additions and 5 deletions
|
@ -39,10 +39,10 @@
|
||||||
//
|
//
|
||||||
//## Font, line-height, and color for body text, headings, and more.
|
//## 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;
|
@font-family-serif: Georgia, "Times New Roman", Times, serif;
|
||||||
//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
|
//** 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-family-base: @font-family-sans-serif;
|
||||||
|
|
||||||
@font-size-base: 14px;
|
@font-size-base: 14px;
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
width:100%;
|
width:100%;
|
||||||
font-family: 'Source Code Pro';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.block {
|
.block {
|
||||||
|
@ -193,7 +192,7 @@ select option[default] {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import "../fonts.css";
|
@import "fonts.css";
|
||||||
/* TODO remove all glyphicons in the future to remove this line*/
|
/* TODO remove all glyphicons in the future to remove this line*/
|
||||||
@import "font-awesome.less";
|
@import "font-awesome.less";
|
||||||
|
|
||||||
|
|
2
css/style.min.css
vendored
2
css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue