starwait/assets/fonts/vfonts
2025-04-27 04:17:35 +08:00
..
assets 写添加菜单 2025-04-27 04:17:35 +08:00
font-license 写添加菜单 2025-04-27 04:17:35 +08:00
FiraCode.css 写添加菜单 2025-04-27 04:17:35 +08:00
FiraSans.css 写添加菜单 2025-04-27 04:17:35 +08:00
IBMPlexMono.css 写添加菜单 2025-04-27 04:17:35 +08:00
IBMPlexSans.css 写添加菜单 2025-04-27 04:17:35 +08:00
Inter.css 写添加菜单 2025-04-27 04:17:35 +08:00
Lato.css 写添加菜单 2025-04-27 04:17:35 +08:00
OpenSans.css 写添加菜单 2025-04-27 04:17:35 +08:00
README.md 写添加菜单 2025-04-27 04:17:35 +08:00
Roboto.css 写添加菜单 2025-04-27 04:17:35 +08:00
RobotoSlab.css 写添加菜单 2025-04-27 04:17:35 +08:00

vfonts

Integreted fonts for easy usage.

Usage

// in your js
import 'vfonts/{font-name}.css'
// for available fonts, see the following section
/** in your css */
selector {
  font-family: v-sans, v-mono, other-fallbacks;
}

/** for available font weights, see the following section */
selector {
  font-weight: 400; /** regular */
}

selector {
  font-weight: 500; /** medium */
}

Available Fonts

v-sans

  • FiraSans.css
    • font weight 400, 500
  • IBMPlexSans.css
    • font weight 400, 500
  • Inter.css
    • font weight 400, 500
  • Lato.css
    • font weight 400, 600
  • OpenSans.css
    • font weight 400, 600
  • Roboto.css
    • font weight 400, 500
  • RobotoSlab.css
    • font weight 400, 500

v-mono

  • FiraCode.css
    • font weight 400