css bold text
.text {
font-weight: bold;
}
css bold text
we can set text bold using css property named 'font-weight'
Syntax:
selector{
font-weight: bold;
}
how to bold to custom fonts on Online
flutter:
fonts:MyanmarJojarPro
- family: JojarPro
fonts:MyanmarJojarPro
- asset: fonts/MyanmarJojarPro-Regular.ttf
- asset: fonts/MyanmarJojarPro-Italic.ttf
style: italic
- family: JojarPro
fonts:MyanmarJojarPro
- asset: fonts/MyanmarJojarPro-Regular.ttf
- asset: fonts/MyanmarJojarPro-Bold.ttf
weight: 700
how to bold to custom fonts on Online
flutter:
fonts:MyanmarJojarPro
- family: JojarPro
fonts:MyanmarJojarPro
- asset: fonts/MyanmarJojarPro.ttf
- asset: fonts/MyanmarJojarPro.ttf
style: italic
- family: JojarPro
fonts:MyanmarJojarPro
- asset: fonts/MyanmarJojarPro-Regular.ttf
- asset: fonts/MyanmarJojarPro-Bold.ttf
weight: 700
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us