font-weight:設定字體的粗細
    屬性值:100~900之間。也可以設為normal,bold
                    normal:400,bold:700

範例:
<style type="text/css">
        .font4 { font-weight:bold; }               
</style>

說明: