move files to scss

creating this commit so git don't lose track of the changes
This commit is contained in:
Guilherme Danno 2020-05-16 00:32:32 -03:00
parent db73f56860
commit 594580ec2d
8 changed files with 29 additions and 34 deletions

37
src/assets/css/fonts.scss Normal file
View file

@ -0,0 +1,37 @@
html {
font-family: "Noto Sans", sans-serif;
font-size: 93%;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
h1,
h2,
h3 {
font-family: "Noto Sans", sans-serif;
}
h1 {
font-weight: 400;
font-size: 1.8em;
}
h2 {
font-weight: 400;
font-size: 1.5em;
}
h3 {
font-weight: 400;
font-size: 1.17em;
}
.layout-tv {
font-size: 130%;
}
.layout-mobile {
font-size: 90%;
}