以下几行用于在CSS中定义字体
@font-face { font-family: 'EntezareZohoor2'; src: url('fonts/EntezareZohoor2.eot'), url('fonts/EntezareZohoor2.ttf') format('truetype'), url('fonts/EntezareZohoor2.svg') format('svg'); font-weight: normal; font-style: normal;}以下几行定义/使用CSS中的字体
#newfont{ font-family:'EntezareZohoor2';}


