on my page I want to change the h1 to another font of interest intenete many times in chrome and I do not let it load in firefox and could someone know why I can make it change in all browsers here if it runs fine but not in chrome
h1{
font-family:SF TransRobotics;
}
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/estilos.css">
</head>
<body>
<header>
<section class="wrap">
<h1 class="title">hola </h1>
</header>
</body>
</html>