1
0
Fork 0
dri/src/App.vue

25 lines
295 B
Vue

<template>
<router-view/>
</template>
<style>
*, *::before, *::after {
box-sizing: border-box;
}
html, body {
padding: 0;
margin: 0;
}
html {
font-size: 16px;
}
body {
font-size: 1rem;
font-family: 'Source Sans Pro';
}
pre, code, kbd, samp {
font-family: 'Source Code Pro';
}
</style>