mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 13:43:59 +00:00
23 lines
446 B
CSS
23 lines
446 B
CSS
@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 {
|
|
background: #eee;
|
|
text-align: center;
|
|
padding-top: 30px;
|
|
height: 100%;
|
|
width: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
font-family: 'Roboto';
|
|
}
|
|
.content {
|
|
margin-top: 100px;
|
|
}
|