I am using Segoe UI Light font in my website.
the css used is as follows.
.divMainHeader { font-family:Segoe UI; font-size:28pt; font-weight:lighter;
@font-face { font-family: 'Myfont'; font-style: normal; font-weight: 200; src: local('Segoe UI Light'), local('SegoeUI-Light'); } body{ font-family: 'Myfont'; }
this code fixed my problem like yours