diff --git a/css/awesome.css b/css/awesome.css index 41d0789..7106c32 100644 --- a/css/awesome.css +++ b/css/awesome.css @@ -1,4 +1,5 @@ /*! Open Sans Semibold | Apache License 2.0 | fonts.google.com/specimen/Open+Sans */ + @font-face { font-family: "Open Sans"; font-weight: 600; @@ -10,7 +11,7 @@ url("./fonts/OpenSans-Semibold.woff") format("woff"), /* Modern Browsers */ url("./fonts/OpenSans-Semibold.ttf") format("truetype"), /* Safari, Android, iOS */ url("./fonts/OpenSans-Semibold.svg#OpenSans") format("svg"); /* Legacy iOS */ - font-display: swap; + font-display: fallback; } @@ -23,9 +24,8 @@ html, body { width: 100%; height: 100%; margin: 0; - /* background-color: #414ef8; */ - background-color: #94d500; - color: #fff; + background-color: #9ac92f; + color: #ffffff; cursor: default; }