Skip to content

Commit a0833d4

Browse files
committed
use system fonts instead of webfonts
1 parent 17c51e2 commit a0833d4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<style lang="stylus">
2525
body
26-
font-family Roboto, Helvetica, sans-serif
26+
font-family -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
2727
font-size 15px
2828
background-color lighten(#eceef1, 30%)
2929
margin 0

src/index.template.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<link rel="shortcut icon" sizes="48x48" href="/logo.png">
99
<meta name="theme-color" content="#f60">
1010
<link rel="manifest" href="/manifest.json">
11-
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,700' rel='stylesheet' type='text/css'>
1211
</head>
1312
<body>
1413
<!-- APP -->

0 commit comments

Comments
 (0)