summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html1
-rw-r--r--styles.css3
2 files changed, 4 insertions, 0 deletions
diff --git a/index.html b/index.html
index 040f1ea..90106ff 100644
--- a/index.html
+++ b/index.html
@@ -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>
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