From e1be781a62f123c71fa73d07a6cc9b01eb6ecdf8 Mon Sep 17 00:00:00 2001 From: Stephan Risi Date: Thu, 29 Aug 2019 18:28:11 -0400 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69dcaba..245ed0a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Github Pages Tutorial +# Github Pages Tutorial This repository contains a tutorial on how to use [Github Pages](https://pages.github.com/) to host a personal website. From 2c640bea3ed72cb06504d7a1bf9ee8ccca649463 Mon Sep 17 00:00:00 2001 From: crystaljjlee <42423569+crystaljjlee@users.noreply.github.com> Date: Fri, 30 Aug 2019 09:37:16 -0400 Subject: [PATCH 2/4] Update index.html --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 60930a9..eb44387 100644 --- a/index.html +++ b/index.html @@ -77,6 +77,9 @@ Whenever you’re ready you can get started with the first section, setup.

+ + + From 1c8c5ee158b0d96e2fb3665974488315cf9fa2a1 Mon Sep 17 00:00:00 2001 From: crystaljjlee <42423569+crystaljjlee@users.noreply.github.com> Date: Fri, 30 Aug 2019 09:44:18 -0400 Subject: [PATCH 3/4] Update main.css --- css/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/main.css b/css/main.css index 8747b6f..facb7e5 100644 --- a/css/main.css +++ b/css/main.css @@ -1,6 +1,5 @@ body { padding-top: 150px; - font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; } .column { @@ -35,4 +34,4 @@ img { height: auto; padding-top: 50px; padding-bottom: 50px; -} \ No newline at end of file +} From df5ef15afa4d1ad9fc49614070cea6dd5bbdddd3 Mon Sep 17 00:00:00 2001 From: crystaljjlee <42423569+crystaljjlee@users.noreply.github.com> Date: Fri, 30 Aug 2019 09:45:33 -0400 Subject: [PATCH 4/4] Update main.css --- css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/main.css b/css/main.css index facb7e5..771caea 100644 --- a/css/main.css +++ b/css/main.css @@ -1,5 +1,6 @@ body { padding-top: 150px; + font-family: Arial, Helvetica, sans-serif; } .column {