mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
adding source sans pro as the default font in bootstrap less variables
This commit is contained in:
parent
ae8b3e2a25
commit
ac2530a1fd
2 changed files with 2 additions and 3 deletions
|
@ -39,10 +39,10 @@
|
|||
//
|
||||
//## Font, line-height, and color for body text, headings, and more.
|
||||
|
||||
@font-family-sans-serif: "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: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
@font-family-monospace: "Inconsolata", Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
@font-family-base: @font-family-sans-serif;
|
||||
|
||||
@font-size-base: 14px;
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<meta name="viewport" content="user-scalable=no, width=device-width, height=device-height" />
|
||||
<title>YunoHost admin</title>
|
||||
<link href="css/style.min.css" rel="stylesheet" media="screen">
|
||||
<link href="css/fonts.css" rel="stylesheet" media="screen">
|
||||
</head>
|
||||
<body>
|
||||
<div id="slider" role="application">
|
||||
|
|
Loading…
Add table
Reference in a new issue