diff --git a/index.html b/index.html index 9e022f7..5cf0132 100644 --- a/index.html +++ b/index.html @@ -18,19 +18,24 @@ position: fixed; left: 0px; top: 30%; - font-family: 'Source Code Pro', sans-serif; - color: #616A6B; + font-style: Courier; + color: ##616A6B; } .container h2 { font-size: 20px; + /* font-weight: bold; */ font-weight: normal; + #font-family: 'Source Code Pro', sans-serif; color: #999; + #font-family: 'Menlo', sans-serif; + #font-family: century-gothic, CenturyGothic, sans-serif; + #font-family: 'Raleway', century gothic, sans-serif; font-weight: 500; letter-spacing: 3px; } - .container h2 .type { + .container h2 .type{ color: black; } @@ -105,27 +110,25 @@