Logo white

JCSS / yl_miniapp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • yl_miniapp
  • components
  • thorui
  • fui-css
  • widget
  • weight.scss
  • init 提交到库
    46b6767c
    刘淇 authored
    2025-08-02 10:57:09 +0800  
    Browse Code »
weight.scss 355 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
/*!
 * font-weight v1.0.0 (https://doc.firstui.cn)
 * Copyright 2024 FirstUI.
 * Licensed under the Apache license
 */

.fs-weight__400,
.fs-weight__normal{
	font-weight: 400;
}
.fs-weight__500{
	font-weight: 500;
}
.fs-weight__600{
	font-weight: 600;
}

.fs-bold,
.fs-weight__bold,
.fs-weight__700,
.fs-weight__800,
.fs-weight__900{
	font-weight: bold;
}