Problem with font embedment?

stkulper / 2013-07-17 13:13:41   

I'm not certain my font is properly embedded here on my website:

skulpter.com

Any suggestions on where I might alleviate this problem? Here's what I have written at the start of my style.css:

  1. @import url(fonts.googleapis.com/…);

body {
font-size: 16px;
font-family: 'Arvo';
background-color: #F9FFF6;
color: #000;
line-height: 1.3em;
/* font-weight: 100; */
}

@font-face {
font-family: 'Arvo';
src: url(fonts.googleapis.com/…)
font-weight: 400;
}

Thank you for any help you all could provide!

arsondpi / 2013-07-17 15:47:46   

...works fine from my end.

stkulper / 2013-07-18 04:30:13   

Thanks! I just needed confirmation from another user

This thread has been closed, thank you.