Nuxt/test/fixtures/with-config/layouts/default.vue

20 lines
371 B
Vue
Raw Normal View History

2016-12-24 16:58:52 +00:00
<template>
<div>
<h1>Default layout</h1>
<nuxt/>
</div>
</template>
2017-08-30 14:29:32 +00:00
<style>
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(~/assets/roboto.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
body {
font-family: 'Roboto';
}
</style>