html_menu

Sunday, June 21, 2015

Roboto Condensed font

https://www.google.com/fonts/specimen/Roboto+Condensed


<html>
  <head>
    <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine">
    <style>
      body {
        font-family: 'Tangerine', serif;
        font-size: 48px;
      }
    </style>
  </head>
  <body>
    <div>Making the Web Beautiful!</div>
  </body>
</html>



<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,400,700' rel='stylesheet' type='text/css'>



CSS
font-family: 'Roboto Condensed', sans-serif;


To download for local use:
https://www.google.com/fonts#UsePlace:use/Collection:Roboto+Condensed

No comments:

Post a Comment