Use serif fonts for article contents
This commit is contained in:
parent
9ff3c4504c
commit
480b0d94e2
8 changed files with 13 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// 2017-11-21 20:18:16.06757584 -0800 PST m=+0.047008676
|
||||
// 2017-11-21 20:44:27.919123936 -0800 PST m=+0.030076732
|
||||
|
||||
package locale
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// 2017-11-21 20:18:16.027243814 -0800 PST m=+0.006676650
|
||||
// 2017-11-21 20:44:27.896797236 -0800 PST m=+0.007750032
|
||||
|
||||
package static
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -528,9 +528,10 @@ a.button {
|
|||
|
||||
.entry-content {
|
||||
padding-top: 15px;
|
||||
font-size: 1.1em;
|
||||
font-size: 1.2em;
|
||||
font-weight: 300;
|
||||
color: #444;
|
||||
font-family: Georgia, 'Times New Roman', Times, serif;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.entry-content h1, h2, h3, h4, h5, h6 {
|
||||
|
@ -557,6 +558,7 @@ a.button {
|
|||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
text-align: justify;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
.entry-content a:visited {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// 2017-11-21 20:18:16.035467739 -0800 PST m=+0.014900575
|
||||
// 2017-11-21 20:44:27.901252396 -0800 PST m=+0.012205192
|
||||
|
||||
package static
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// 2017-11-21 20:18:16.064392532 -0800 PST m=+0.043825368
|
||||
// 2017-11-21 20:44:27.917425704 -0800 PST m=+0.028378500
|
||||
|
||||
package template
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// 2017-11-21 20:18:16.038376976 -0800 PST m=+0.017809812
|
||||
// 2017-11-21 20:44:27.902557626 -0800 PST m=+0.013510422
|
||||
|
||||
package template
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// 2017-11-21 20:18:16.024887819 -0800 PST m=+0.004320655
|
||||
// 2017-11-21 20:44:27.893194286 -0800 PST m=+0.004147082
|
||||
|
||||
package sql
|
||||
|
||||
|
|
Loading…
Reference in a new issue