diff --git a/style.css b/style.css index 91807ce..c89b77d 100644 --- a/style.css +++ b/style.css @@ -1,9 +1,9 @@ -@import url('https://dsans.davidstudios.uk/css2'); + @import url('https://dsans.davidstudios.uk/css2.css'); /* Font importer */ body { background-color: #151618; color: whitesmoke; - font-family: 'DSans Regular', sans-serif; + font-family: 'DSans Regular', sans-serif; /* Use DSans in the website, obviously */ } samp { @@ -91,4 +91,4 @@ nav { padding: 0 50px 0 100px; flex-wrap: wrap; animation: pageShow .7s ease-in-out; -} \ No newline at end of file +}