diff --git a/style.css b/style.css index 9039a69..be37947 100644 --- a/style.css +++ b/style.css @@ -7,8 +7,7 @@ body { justify-content: center; height: 100vh; flex-direction: column; - font-family: 'SF Pro Display', 'SF Pro', 'Quicksand', 'Roboto', sans-serif; - src: url(fonts/SFProDisplay-Regular.woff); + font-family: url(fonts/SFProDisplay-Regular.woff), 'SF Pro Display', 'SF Pro', 'Quicksand', 'Roboto', sans-serif; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; @@ -396,4 +395,4 @@ td a:hover { color: #fff; border: none; border-radius: 5px; -} \ No newline at end of file +}