Hello There,
Thanks for writing in! Upon checking your site, I found out that you have added a custom css code:
.lato-light{
font-family: 'Lato',"Helvetica Neue",Helvetica,sans-serif;
font-weight: 300;
}

The code clearly sets the font family to Lato. However the font weight is just light. Ultra light should be using font-weight: 100;. Please change update the code and test your site again.
Hope this helps.