From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/glossary/ligature/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 files/zh-cn/glossary/ligature/index.html (limited to 'files/zh-cn/glossary/ligature') diff --git a/files/zh-cn/glossary/ligature/index.html b/files/zh-cn/glossary/ligature/index.html new file mode 100644 index 0000000000..4e22b4d696 --- /dev/null +++ b/files/zh-cn/glossary/ligature/index.html @@ -0,0 +1,14 @@ +--- +title: Ligature +slug: Glossary/Ligature +translation_of: Glossary/Ligature +--- +

“连字” 是指将两个字符组合后变为一个形状,像是法语中的“œ” 就是“oe”的连字。

+ +

你可以在网页中使用 {{cssxref("font-variant-ligatures")}} 来实现连字

+ + -- cgit v1.2.3-54-g00ecf