diff --git a/css/style.css b/css/style.css index 246ea5f..5a3dff4 100644 --- a/css/style.css +++ b/css/style.css @@ -1,4 +1,4 @@ -@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800); +@import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet); *, *:after, *::before { @@ -9,7 +9,7 @@ body { background: white; color: black; - font-family: 'Open Sans', Arial, sans-serif; + font-family: 'Open Sans', sans-serif; max-width: 100%; } @@ -209,4 +209,4 @@ section.footer p a { -webkit-transform-origin: 3% 0; -ms-transform-origin: 3% 0; transform-origin: 3% 0; -} \ No newline at end of file +}