From 242bce4d2dca2a80d13db392cb2db26d36673dda Mon Sep 17 00:00:00 2001 From: Melissa Zhang Date: Wed, 7 Sep 2022 16:58:28 -0400 Subject: consistent font weights --- index.html | 2 +- styles.css | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e170170..9fa69b9 100755 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@
-

welcome to

+

welcome to

csci 1300

user interfaces and user experience

diff --git a/styles.css b/styles.css index b6cd371..7ada3bf 100755 --- a/styles.css +++ b/styles.css @@ -24,7 +24,8 @@ body { font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; line-height: 1.5; background-color: rgb(30, 30, 30); - /*color: rgb(212, 212, 212);*/ + color: #303030; + font-weight: 300; } p { @@ -312,6 +313,7 @@ h1 { line-height: 1; margin: 10px 0 1rem 0; z-index: 5; + font-weight: 500; } -- cgit v1.2.3-70-g09d2