html - Google chrome showing font much lighter -


im running website fonts lighter in chrome browser @ same time when run same website in browser firefox,the webpage displayed better below :

pic 1 : chrome

enter image description here

pic 2 : firefox

enter image description here

why happen ?

do have disable / enable plugins view better ?

chrome extensions :

enter image description here

plugins :

enter image description here

fiddle

body {   color: #222;   font: 14px/19px roboto, sans-serif;   font-weight: 400;   letter-spacing: .1;   padding: 0 10px; } 

thank you


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -