starting point of vue app

This commit is contained in:
2020-02-13 17:07:35 +01:00
parent a7180743fd
commit 206d3f769b
261 changed files with 44621 additions and 0 deletions
+126
View File
@@ -0,0 +1,126 @@
@font-face {
font-family: 'noto_sans';
src: url('notosans-thin-webfont.woff2') format('woff2'),
url('notosans-thin-webfont.woff') format('woff');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-thinitalic-webfont.woff2') format('woff2'),
url('notosans-thinitalic-webfont.woff') format('woff');
font-weight: 100;
font-style: italic;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-extralight-webfont.woff2') format('woff2'),
url('notosans-extralight-webfont.woff') format('woff');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-extralightitalic-webfont.woff2') format('woff2'),
url('notosans-extralightitalic-webfont.woff') format('woff');
font-weight: 200;
font-style: italic;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-light-webfont.woff2') format('woff2'),
url('notosans-light-webfont.woff') format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-lightitalic-webfont.woff2') format('woff2'),
url('notosans-lightitalic-webfont.woff') format('woff');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-regular-webfont.woff2') format('woff2'),
url('notosans-regular-webfont.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-italic-webfont.woff2') format('woff2'),
url('notosans-italic-webfont.woff') format('woff');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-medium-webfont.woff2') format('woff2'),
url('notosans-medium-webfont.woff') format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-mediumitalic-webfont.woff2') format('woff2'),
url('notosans-mediumitalic-webfont.woff') format('woff');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-semibold-webfont.woff2') format('woff2'),
url('notosans-semibold-webfont.woff') format('woff');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-semibolditalic-webfont.woff2') format('woff2'),
url('notosans-semibolditalic-webfont.woff') format('woff');
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-bold-webfont.woff2') format('woff2'),
url('notosans-bold-webfont.woff') format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-bolditalic-webfont.woff2') format('woff2'),
url('notosans-bolditalic-webfont.woff') format('woff');
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-extrabold-webfont.woff2') format('woff2'),
url('notosans-extrabold-webfont.woff') format('woff');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-extrabolditalic-webfont.woff2') format('woff2'),
url('notosans-extrabolditalic-webfont.woff') format('woff');
font-weight: 800;
font-style: italic;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-black-webfont.woff2') format('woff2'),
url('notosans-black-webfont.woff') format('woff');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-blackitalic-webfont.woff2') format('woff2'),
url('notosans-blackitalic-webfont.woff') format('woff');
font-weight: 900;
font-style: italic;
}