<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
font-family: 'Roboto', sans-serif;
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i&subset=cyrillic,cyrillic-ext" rel="stylesheet">
font-weight
и font-style
font-family: 'Roboto', sans-serif;
font-weight: bold;
font-style: italic;
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700i" rel="stylesheet">
font-family: 'Roboto';
font-style: italic;
font-weight: 700;