diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2025-02-05 16:15:04 -0800 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2025-02-05 16:15:04 -0800 |
commit | c355ca5ef3f60af33aeb43c507fd3f5a1baa627f (patch) | |
tree | 928b5ac26d63941b147879744f951592034d5964 /styles.css | |
parent | 31756a2bc5e154039b3d278f102fc1285294b88e (diff) |
Use 'Roboto' font from Google
Apply the Roboto font to all elements with serif
as a fallback font.
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +* { + font-family: "Roboto", serif; +}
\ No newline at end of file |