Update style.css

This commit is contained in:
Iefan 2023-08-04 15:05:27 +05:30 committed by GitHub
parent 8c149fff46
commit 5235c26c65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,12 @@
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@400;700&display=swap');
:root{
--color: #333;
color: #333;
}
body {
font-family: 'Red Hat Text', sans-serif;
}
.container {