roboto medium font face code example
Example 1: roboto font stack
font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
Example 2: roboto font embed
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">