diff --git a/style.css b/style.css index c924959..09c8fbd 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ @import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap'); body { @@ -11,7 +11,7 @@ body margin: 0; height: 100vh; background-image: linear-gradient(45deg, hsl(0, 0%, 15%), hsl(0, 0%, 30%) 70%); - font-family: 'Inter', sans-serif; + font-family: 'Ubuntu', sans-serif; } div @@ -62,4 +62,4 @@ a::after transition: width ease 200ms; } -a:hover::after { width: 100%; } \ No newline at end of file +a:hover::after { width: 100%; }