From c355ca5ef3f60af33aeb43c507fd3f5a1baa627f Mon Sep 17 00:00:00 2001 From: AlmightyMiau Date: Wed, 5 Feb 2025 16:15:04 -0800 Subject: Use 'Roboto' font from Google Apply the Roboto font to all elements with serif as a fallback font. --- styles.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'styles.css') diff --git a/styles.css b/styles.css index e69de29..c320099 100644 --- a/styles.css +++ b/styles.css @@ -0,0 +1,3 @@ +* { + font-family: "Roboto", serif; +} \ No newline at end of file -- cgit v1.2.3