diff --git a/first.css b/first.css index e523568..44074e0 100644 --- a/first.css +++ b/first.css @@ -1,3 +1,5 @@ +@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap'); + title_container { text-align: center; } @@ -7,9 +9,11 @@ h1{ text-align: center; color: rgb(70, 130, 180); + font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: bold; } p{ text-align: center; + font-family: 'M PLUS Rounded 1c', sans-serif; }