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

View file

@ -2,9 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
<title>Dash Governance Tools</title> <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="bitcore-lib-dash.js"></script>
<script src="vendor/jquery/jquery-3.1.1.min.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. --> <!-- The following form group is a placeholder for proposal end time. Please change to the correct id. -->
<div class="form-group"> <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> <select name="start_epoch" class="form-control" id="end_epoch"></select>
</div> </div>
<!-- --> <!-- -->