Answers for "font roboto similar"

CSS
6

css roboto font

<head>
	<link rel="preconnect" href="https://fonts.gstatic.com">
	<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
</head>

<style>
  body{
      font-family: 'Roboto', sans-serif;
  }
</style>
Posted by: Guest on February-16-2021
1

robot font import

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
Posted by: Guest on August-02-2021

Browse Popular Code Answers by Language