diff --git a/index.html b/index.html index 4dc243c..a87da7a 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,8 @@ Kosmos - +
diff --git a/styles/style.css b/styles/style.css index 961437e..40f229d 100644 --- a/styles/style.css +++ b/styles/style.css @@ -16,7 +16,7 @@ body, html { body { background-color: #fff; color: #232323; - font-family: 'Open Sans'; + font-family: 'Open Sans', sans-serif; text-rendering: optimizeLegibility; text-align: center; }