sample.css (602B)
1 @font-face { 2 font-family: charter; 3 font-style: normal; 4 font-weight: normal; 5 font-stretch: normal; 6 src: url('charter_regular.woff2') format('woff2'); 7 } 8 9 @font-face { 10 font-family: charter; 11 font-style: italic; 12 font-weight: normal; 13 font-stretch: normal; 14 src: url('charter_italic.woff2') format('woff2'); 15 } 16 17 @font-face { 18 font-family: charter; 19 font-style: normal; 20 font-weight: bold; 21 font-stretch: normal; 22 src: url('charter_bold.woff2') format('woff2'); 23 } 24 25 @font-face { 26 font-family: charter; 27 font-style: italic; 28 font-weight: bold; 29 font-stretch: normal; 30 src: url('charter_bold_italic.woff2') format('woff2'); 31 }