2016-12-21 14:03:23 +00:00
|
|
|
<template>
|
|
|
|
<div>
|
|
|
|
<h1>I have custom configurations</h1>
|
2018-11-24 18:49:19 +00:00
|
|
|
<NuxtLink to="/about">
|
|
|
|
About page
|
|
|
|
</NuxtLink>
|
2016-12-21 14:03:23 +00:00
|
|
|
</div>
|
|
|
|
</template>
|
2017-11-21 01:54:02 +00:00
|
|
|
|
|
|
|
<style>
|
|
|
|
::placeholder {
|
|
|
|
color: black;
|
|
|
|
}
|
2018-11-14 19:35:00 +00:00
|
|
|
@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;
|
|
|
|
}
|
2017-11-21 01:54:02 +00:00
|
|
|
</style>
|