Commit a0833d49 authored by Evan You's avatar Evan You

use system fonts instead of webfonts

parent 17c51e2c
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<style lang="stylus"> <style lang="stylus">
body body
font-family Roboto, Helvetica, sans-serif font-family -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-size 15px font-size 15px
background-color lighten(#eceef1, 30%) background-color lighten(#eceef1, 30%)
margin 0 margin 0
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
<link rel="shortcut icon" sizes="48x48" href="/logo.png"> <link rel="shortcut icon" sizes="48x48" href="/logo.png">
<meta name="theme-color" content="#f60"> <meta name="theme-color" content="#f60">
<link rel="manifest" href="/manifest.json"> <link rel="manifest" href="/manifest.json">
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,700' rel='stylesheet' type='text/css'>
</head> </head>
<body> <body>
<!-- APP --> <!-- APP -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment