Skip to content

J-Miikr/wab_font

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

引入字体

@font-face { font-family: 'web_woff_weizhi'; #字体代号(用于引用) src: url('字体连接') format('woff'); #字体连接和字体类型 font-weight: 600; #字体大小 font-style: normal; #字体样式 }

应用字体标签

body, button, select, input, textarea{ font-family: 'web_woff_weizhi'; font-weight: 500; }

About

网页字体

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors