diff options
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | styles.css | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="styles.css" rel="stylesheet"> + <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"> <title>Document</title> </head> <body> @@ -0,0 +1,3 @@ +* { + font-family: "Roboto", serif; +}
\ No newline at end of file |