Click here to Skip to main content
15,917,968 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I want to use agency fb font but it isn't working phone

What I have tried:

<html>
  <head>
    <link href="http://allfont.net/allfont.css?fonts=agency-fb-bold" rel="stylesheet" type="text/css" />
    <style>
      body {
        font-family: 'Agency FB Bold', arial;
        font-size: 48px;
        text-shadow: 4px 4px 4px #aaa;
      }
    </style>
  </head>
  <body>
    <div>Making the Web Beautiful with Agency FB Bold!</div>
  </body>
</html>
Posted
Updated 1-Jul-18 2:46am

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900