Options

Changing font, googleusercontent font info?

ChancyRatChancyRat Registered Users Posts: 2,141 Major grins
edited November 5, 2013 in SmugMug Customization
I need to change my font, and have this in the CSS. I can change the font family obviously, but where does one obtain the src three URLs for a different font?

Lots of web-roaming and no can find. Thanks.
The test will be with font Brawler, but I may try others so hope I can do this myself.
@font-face {
  font-family: 'Buda';
  font-style: normal;
  font-weight: 500;
  src: 
     url(http://themes.googleusercontent.com/static/fonts/buda/v3/xpKVHc19vcKaqMGd7JtK-A.eot?#iefix) format('embedded-opentype'),
     url(http://themes.googleusercontent.com/static/fonts/buda/v3/3N6IHhwL9GuAVU1WX0Z9CA.woff) format('woff'),
     url(http://themes.googleusercontent.com/static/fonts/buda/v3/In5nPPB6p1Mco64syFRrYQ.ttf) format('truetype');

Comments

Sign In or Register to comment.