@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'),
url('https://cdn.globalfonts.net/roboto/roboto-v20-latin-regular.woff2') format('woff2'),
url('https://cdn.globalfonts.net/roboto/roboto-v20-latin-regular.woff') format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: local('Roboto Italic'), local('Roboto-Italic'),
url('https://cdn.globalfonts.net/roboto/roboto-v20-latin-italic.woff2') format('woff2'),
url('https://cdn.globalfonts.net/roboto/roboto-v20-latin-italic.woff') format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'),
url('https://cdn.globalfonts.net/roboto/roboto-v20-latin-700.woff2') format('woff2'),
url('https://cdn.globalfonts.net/roboto/roboto-v20-latin-700.woff') format('woff');
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto';
font-display: swap;
}
body {
font-family: 'Roboto';
font-display: swap;
}