You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
1.9 KiB
89 lines
1.9 KiB
7 months ago
|
/*@format*/
|
||
|
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
|
||
|
|
||
|
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
|
||
|
.roboto-condensed-normal {
|
||
|
font-family: 'Roboto Condensed', sans-serif;
|
||
|
font-optical-sizing: auto;
|
||
|
font-weight: 400;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
.roboto-condensed-thin {
|
||
|
font-family: 'Roboto Condensed', sans-serif;
|
||
|
font-optical-sizing: auto;
|
||
|
font-weight: 200;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
.roboto-thin {
|
||
|
font-family: 'Roboto', sans-serif;
|
||
|
font-weight: 100;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
.roboto-light {
|
||
|
font-family: 'Roboto', sans-serif;
|
||
|
font-weight: 300;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
.roboto-regular {
|
||
|
font-family: 'Roboto', sans-serif;
|
||
|
font-weight: 400;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
.roboto-medium {
|
||
|
font-family: 'Roboto', sans-serif;
|
||
|
font-weight: 500;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
.roboto-bold {
|
||
|
font-family: 'Roboto', sans-serif;
|
||
|
font-weight: 700;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
.roboto-black {
|
||
|
font-family: 'Roboto', sans-serif;
|
||
|
font-weight: 900;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
.roboto-thin-italic {
|
||
|
font-family: 'Roboto', sans-serif;
|
||
|
font-weight: 100;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
.roboto-light-italic {
|
||
|
font-family: 'Roboto', sans-serif;
|
||
|
font-weight: 300;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
.roboto-regular-italic {
|
||
|
font-family: 'Roboto', sans-serif;
|
||
|
font-weight: 400;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
.roboto-medium-italic {
|
||
|
font-family: 'Roboto', sans-serif;
|
||
|
font-weight: 500;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
.roboto-bold-italic {
|
||
|
font-family: 'Roboto', sans-serif;
|
||
|
font-weight: 700;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
.roboto-black-italic {
|
||
|
font-family: 'Roboto', sans-serif;
|
||
|
font-weight: 900;
|
||
|
font-style: italic;
|
||
|
}
|