Default to system font.

This commit is contained in:
Lukáš Kucharczyk 2020-08-25 16:05:53 +02:00
parent 170f3b3873
commit d7ace44625
1 changed files with 7 additions and 0 deletions

View File

@ -12,3 +12,10 @@ export default {
} }
} }
</script> </script>
<style>
* {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
</style>