add a nice google font to the headers
This commit is contained in:
parent
071b0a9a7b
commit
0618008158
@ -4,6 +4,7 @@
|
||||
padding: 4px 10px;
|
||||
background-color: #f7f3dc;
|
||||
border-bottom: 2px solid #d8d0a0;
|
||||
font-family: 'Libre Baskerville', sans-serif;
|
||||
}
|
||||
|
||||
#header h1{
|
||||
@ -31,6 +32,7 @@
|
||||
.bookTable th {
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
font-family: 'Libre Baskerville', sans-serif;
|
||||
}
|
||||
|
||||
.bookTable th[data-sort-by] {
|
||||
|
@ -9,6 +9,7 @@
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"></link>
|
||||
<link rel="stylesheet" href="css/reset.css"></link>
|
||||
<link rel="stylesheet" href="css/style.css"></link>
|
||||
<link href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700" rel="stylesheet">
|
||||
<script type='text/javascript'>
|
||||
var publicSpreadsheetUrl = 'https://docs.google.com/spreadsheets/d/1w5Dc57wV0_rrKFsG7KM-qdPWEpqYk6lFu3JzAA0cSv0/pubhtml';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user