📜  css font-variant - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:59.256000             🧑  作者: Mango

代码示例1
/* Change p { to whatever you want to have small capitalized letters. */

p {
font-variant: small-caps;
}

/* When the program is ran, words should be in small capitalized letters. If there is a 

element. */