back css...

font-weight: lighter(ketebalan tipis);
font-weight: normal(ketebalan normal);
font-weight: bold(font tebal);
font-weight: bolder(font super tebal);
font-weight: 100-900(ont super tebal);

jika font tidak berubah dikarenakan kita tidak menggunakan font yang memiliki ketebalan tipis dan besar
jadi harus diubah terlebih dahulu

font-weight: lighter;

font-weight: normal;

font-weight: bold;

font-weight: bolder;

font-weight: 250;