aboutsummaryrefslogtreecommitdiff
path: root/_includes/site.css
diff options
context:
space:
mode:
Diffstat (limited to '_includes/site.css')
-rw-r--r--_includes/site.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/_includes/site.css b/_includes/site.css
index fa9230b..36238a9 100644
--- a/_includes/site.css
+++ b/_includes/site.css
@@ -1,9 +1,11 @@
1@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=latin-ext");
2
1* { 3* {
2 box-sizing: border-box; 4 box-sizing: border-box;
3} 5}
4 6
5body { 7body {
6 font-family: 'Times New Roman', Times, serif; 8 font-family: 'Roboto', 'Times New Roman', Times, serif;
7 font-size: 16px; 9 font-size: 16px;
8 line-height: 1.8; 10 line-height: 1.8;
9 color: #000; 11 color: #000;