more roboto fonts included

This commit is contained in:
NikolaBorislavovHristov 2019-09-24 10:52:43 +03:00
parent bc19642674
commit 0bea41e95d
11 changed files with 58 additions and 43 deletions

Binary file not shown.

Binary file not shown.

BIN
fonts/Roboto-BoldItalic.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

55
src/App/roboto.css Normal file
View file

@ -0,0 +1,55 @@
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: url('/fonts/Roboto-LightItalic.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url('/fonts/Roboto-RegularItalic.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
src: url('/fonts/Roboto-MediumItalic.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: url('/fonts/Roboto-BoldItalic.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url('/fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url('/fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url('/fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url('/fonts/Roboto-Bold.ttf') format('truetype');
}

View file

@ -1,51 +1,11 @@
@import (inline, once, css) '~stremio-colors/css/stremio-colors.css';
@import (reference) '~stremio/common/screen-sizes.less';
:global {
@import (once, less) '~stremio-router/styles.css';
}
@font-face {
font-family: 'Roboto';
src: url('/fonts/Roboto-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@import (inline, once, css) '~stremio-colors/css/stremio-colors.css';
@import (reference) '~stremio/common/screen-sizes.less';
@import (inline, once, css) './roboto.css';
@font-face {
font-family: 'Roboto';
src: url('/fonts/Roboto-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/fonts/Roboto-RegularItalic.ttf') format('truetype');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Roboto';
src: url('/fonts/Roboto-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/fonts/Roboto-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/fonts/Roboto-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
:root {
--landscape-shape-ratio: 0.5625;