include Roboto font

This commit is contained in:
hunterlester 2016-12-06 14:25:45 -08:00
parent 333061be05
commit 14dca5e95a
2 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,6 @@
body {
background-image: url("../images/background.png");
font-family: 'Roboto', sans-serif;
}
textarea {
@ -92,6 +93,10 @@ i.fa {
.header_description {
margin: 1% 0% 1% 0%;
}
#side_header_description {
margin: 1% 0% 1% 0%;
}
}
#walletCommandsHeader {

View file

@ -2,9 +2,12 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
<title>Dash Governance Tools</title>
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<script src="bitcore-lib-dash.js"></script>
<script src="vendor/jquery/jquery-3.1.1.min.js"></script>
@ -162,7 +165,7 @@
<!-- -->
<!-- The following form group is a placeholder for proposal end time. Please change to the correct id. -->
<div class="form-group">
<label for="start_epoch">End Date:</label>
<label for="start_epoch">Number of Payments:</label>
<select name="start_epoch" class="form-control" id="end_epoch"></select>
</div>
<!-- -->