| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- @font-face {
- font-family: 'Roboto';
- src: url('/templates/croster/assets/fonts/roboto/Roboto-BlackItalic.woff2') format('woff2');
- font-weight: 900;
- font-style: italic;
- font-display: swap;
- }
- @font-face {
- font-family: 'Roboto';
- src: url('/templates/croster/assets/fonts/roboto/Roboto-Bold.woff2') format('woff2');
- font-weight: bold;
- font-style: normal;
- font-display: swap;
- }
- @font-face {
- font-family: 'Roboto';
- src: url('/templates/croster/assets/fonts/roboto/Roboto-Black.woff2') format('woff2');
- font-weight: 900;
- font-style: normal;
- font-display: swap;
- }
- @font-face {
- font-family: 'Roboto';
- src: url('/templates/croster/assets/fonts/roboto/Roboto-BoldItalic.woff2') format('woff2');
- font-weight: bold;
- font-style: italic;
- font-display: swap;
- }
- @font-face {
- font-family: 'Roboto';
- src: url('/templates/croster/assets/fonts/roboto/Roboto-LightItalic.woff2') format('woff2');
- font-weight: 300;
- font-style: italic;
- font-display: swap;
- }
- @font-face {
- font-family: 'Roboto';
- src: url('/templates/croster/assets/fonts/roboto/Roboto-Italic.woff2') format('woff2');
- font-weight: normal;
- font-style: italic;
- font-display: swap;
- }
- @font-face {
- font-family: 'Roboto';
- src: url('/templates/croster/assets/fonts/roboto/Roboto-Light.woff2') format('woff2');
- font-weight: 300;
- font-style: normal;
- font-display: swap;
- }
- @font-face {
- font-family: 'Roboto';
- src: url('/templates/croster/assets/fonts/roboto/Roboto-Medium.woff2') format('woff2');
- font-weight: 500;
- font-style: normal;
- font-display: swap;
- }
- @font-face {
- font-family: 'Roboto';
- src: url('/templates/croster/assets/fonts/roboto/Roboto-MediumItalic.woff2') format('woff2');
- font-weight: 500;
- font-style: italic;
- font-display: swap;
- }
- @font-face {
- font-family: 'Roboto';
- src: url('/templates/croster/assets/fonts/roboto/Roboto-Regular.woff2') format('woff2');
- font-weight: normal;
- font-style: normal;
- font-display: swap;
- }
- @font-face {
- font-family: 'Roboto';
- src: url('/templates/croster/assets/fonts/roboto/Roboto-Thin.woff2') format('woff2');
- font-weight: 100;
- font-style: normal;
- font-display: swap;
- }
- @font-face {
- font-family: 'Roboto';
- src: url('/templates/croster/assets/fonts/roboto/Roboto-ThinItalic.woff2') format('woff2');
- font-weight: 100;
- font-style: italic;
- font-display: swap;
- }
|