Use Raleway font for headings
This commit is contained in:
parent
ac0fba99ad
commit
5a7780ab5f
File diff suppressed because one or more lines are too long
@ -15,12 +15,17 @@
|
|||||||
|
|
||||||
<title>Syncthing | {{thisNodeName()}}</title>
|
<title>Syncthing | {{thisNodeName()}}</title>
|
||||||
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
<link href="raleway.css" rel="stylesheet">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
padding-bottom: 70px;
|
padding-bottom: 70px;
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5 {
|
||||||
|
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
ul+h5 {
|
ul+h5 {
|
||||||
margin-top: 1.5em;
|
margin-top: 1.5em;
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
gui/raleway-400.ttf
Normal file
BIN
gui/raleway-400.ttf
Normal file
Binary file not shown.
BIN
gui/raleway-700.ttf
Normal file
BIN
gui/raleway-700.ttf
Normal file
Binary file not shown.
12
gui/raleway.css
Normal file
12
gui/raleway.css
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: 'Raleway';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: local('Raleway'), url(raleway-400.ttf) format('truetype');
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Raleway';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
src: local('Raleway Bold'), local('Raleway-Bold'), url(raleway-700.ttf) format('truetype');
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user