1234567891011121314151617181920212223242526272829303132333435363738 |
- /* Generated by Font Squirrel (https://www.fontsquirrel.com) on August 3, 2016 */
- @font-face {
- font-family: 'Roboto';
- src: local('Roboto Light'),
- url('roboto-light-webfont.woff2?v=1') format('woff2'),
- url('roboto-light-webfont.woff?v=1') format('woff');
- font-weight: 300;
- font-style: normal;
- }
- @font-face {
- font-family: 'Roboto';
- src: local('Roboto Regular'),
- url('roboto-regular-webfont.woff2?v=1') format('woff2'),
- url('roboto-regular-webfont.woff?v=1') format('woff');
- font-weight: 400;
- font-style: normal;
- }
- @font-face {
- font-family: 'Roboto';
- src: local('Roboto Medium'),
- url('roboto-medium-webfont.woff2?v=1') format('woff2'),
- url('roboto-medium-webfont.woff?v=1') format('woff');
- font-weight: 500;
- font-style: normal;
- }
- @font-face {
- font-family: 'Roboto';
- src: local('Roboto Bold'),
- url('roboto-bold-webfont.woff2?v=1') format('woff2'),
- url('roboto-bold-webfont.woff?v=1') format('woff');
- font-weight: 700;
- font-style: normal;
- }
|