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. --- index.html | 1 + styles.css | 3 +++ 2 files changed, 4 insertions(+) diff --git a/index.html b/index.html index 040f1ea..90106ff 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ + Document 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