Font Embedding

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 @font-face { font-family: "opensans"; src: local("☺"), url(’fonts/OpenSans-Regular.eot?#iefix’) format(’embedded-opentype’), url(’fonts/OpenSans-Regular.ttf’) format("truetype") }   @font-face { font-family: "opensans"; src: local("☺"), url(’fonts/OpenSans-Light.eot?#iefix’) format(’embedded-opentype’), url(’fonts/OpenSans-Light.ttf’) format("truetype") font-weight:lighter; }   @font-face { font-family: "opensans"; … Continue reading Font Embedding