diff --git a/README.md b/README.md index 05904c3..53c85f3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + [![Build Status](https://travis-ci.org/beijinglug/fsfs-zh.svg?branch=master)](https://travis-ci.org/beijinglug/fsfs-zh) [![GitHub release](https://img.shields.io/github/release/beijinglug/fsfs-zh.svg)](https://github.com/beijinglug/fsfs-zh/releases) [![Github All Releases](https://img.shields.io/github/downloads/beijinglug/fsfs-zh/total.svg)](https://github.com/beijinglug/fsfs-zh/releases) diff --git a/css/fsfszh.css b/css/fsfszh.css new file mode 100644 index 0000000..0f1371e --- /dev/null +++ b/css/fsfszh.css @@ -0,0 +1,72 @@ +@font-face +{ +font-family:wqy-microhei; +src:url("wqy-microhei.ttc"); + +} + +@font-face +{ +font-family:wqy-zhenghei; +src:url("wqy-zenhei.ttc"); + +} + +.L +{ +font-family:wqy-zhenghei; +font-size:18; +color:#00688B; +font-style:oblique; +} + +.M +{ +font-family:wqy-microhei; +font-size:24; +color:#000080; + +} + +.B +{ +font-family:wqy-microhei; +font-size:36; +color:Orange; +font-weight:bold; +} + + +body.BL +{ +font-family:wqy-zenhei; +font-size:18; +color:black; +background-color:#F0F8FF; +} + +body.BM +{ +font-family:wqy-microhei; +font-size:24; +color:black; +background-color:#F0F8FF; +} + +body.BB +{ +font-family:wqy-microhei; +font-size:36; +color:black; +background-color:#F0F8FF; +} + +table,tr,th,td{ + font-size:24; + color:orange; + font-family:wqy-zhenghei; + background-color:cyan; + border-style:groove; + border-color:darkcyan; + border-width:6px; +} \ No newline at end of file diff --git a/css/test_index.html b/css/test_index.html new file mode 100644 index 0000000..6db44bb --- /dev/null +++ b/css/test_index.html @@ -0,0 +1,23 @@ + + +测试 + + + + +文字
+ +这是大字
+这是中字
+这是小字
+ + + + + + + +
中文标题
1234
234
234
234
+ + + \ No newline at end of file diff --git a/css/wqy-microhei-0.2.0-beta(Document).tar.gz b/css/wqy-microhei-0.2.0-beta(Document).tar.gz new file mode 100644 index 0000000..317e69d Binary files /dev/null and b/css/wqy-microhei-0.2.0-beta(Document).tar.gz differ diff --git a/css/wqy-microhei.ttc b/css/wqy-microhei.ttc new file mode 100644 index 0000000..2c9bc2d Binary files /dev/null and b/css/wqy-microhei.ttc differ diff --git a/css/wqy-zenhei-0.9.45(Document).tar.gz b/css/wqy-zenhei-0.9.45(Document).tar.gz new file mode 100644 index 0000000..3b98fd5 Binary files /dev/null and b/css/wqy-zenhei-0.9.45(Document).tar.gz differ diff --git a/css/wqy-zenhei.ttc b/css/wqy-zenhei.ttc new file mode 100644 index 0000000..a89ec00 Binary files /dev/null and b/css/wqy-zenhei.ttc differ