UNPKG

fezui

Version:

FEZUI 是一套基于 Vue 的支持多终端的开源UI交互组件库,致力于积木式的快速构建项目,提升产品体验和开发效率、降低开发和维护成本。

31 lines (28 loc) 941 B
// Ionicons Font Path // -------------------------- @font-face { font-family: @ionicons-font-family; src:url("@{ionicons-font-path}/ionicons.eot?v=@{ionicons-version}"); src:url("@{ionicons-font-path}/ionicons.eot?v=@{ionicons-version}#iefix") format("embedded-opentype"), url("@{ionicons-font-path}/ionicons.ttf?v=@{ionicons-version}") format("truetype"), url("@{ionicons-font-path}/ionicons.woff?v=@{ionicons-version}") format("woff"), url("@{ionicons-font-path}/ionicons.svg?v=@{ionicons-version}#Ionicons") format("svg"); font-weight: normal; font-style: normal; } .fez-icon() { display: inline-block; font-family: @ionicons-font-family; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .fez-icon { .fez-icon(); }