Skip to content

Commit aba8951

Browse files
committed
chore: use roboto font
1 parent 00a9760 commit aba8951

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

partials/head.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@
1818
/>
1919
<link rel="icon" href="images/favicon/favicon-32x32.png" sizes="32x32" />
2020
<!-- Android 5 Chrome Color-->
21-
<meta name="theme-color" content="#EE6E73" />
21+
<!--<meta name="theme-color" content="#EE6E73" />-->
22+
<style>
23+
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
24+
</style>
25+
2226
<!-- CSS-->
2327
<link
2428
href="https://fonts.googleapis.com/icon?family=Material+Icons"

0 commit comments

Comments
 (0)