From d077d6822cc9dbc8baec8eb1ce56ebf1340afb0a Mon Sep 17 00:00:00 2001 From: Dichi13 <diciganteng01@icloud.com> Date: Thu, 28 Mar 2019 09:17:24 +0700 Subject: [PATCH] changed default font --- src/App.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 6ffe613..ebace20 100644 --- a/src/App.vue +++ b/src/App.vue @@ -19,8 +19,10 @@ export default { </script> <style> +@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i'); + #app { - font-family: 'Avenir', Helvetica, Arial, sans-serif; + font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } -- GitLab