@@ -17,7 +17,7 @@ body {
color: var(--white);
min-width: 300px;
padding: 0.5em;
- font-family: Arial, Helvetica, sans-serif;
+ font-family: 'Roboto', Arial, Helvetica, sans-serif;
font-size: 14px;
}
@@ -4,6 +4,9 @@
<meta content="text/html; charset=utf-8" />
<title>Return YouTube Dislike</title>
<link rel="stylesheet" href="popup.css" />
+ <link rel="preconnect" href="https://fonts.googleapis.com">
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+ <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
</head>
<body>
<center>
@@ -15,7 +15,7 @@ html,body {
width: 300px;
<meta content="text/html; charset=utf-8">
<link rel="stylesheet" href="popup.css">