🌈
NextGenCSS
  • πŸ”₯NextGenCSSπŸ”₯
    • How to Contribute ?
  • Installation
    • Install and Use
    • Set Up
    • React
  • 🌟Quick Start
    • Get Started
    • Optimizations
    • Breakpoints
    • Colors
    • Buttons
    • BackGround Color
    • Border
    • Font
    • Icons
  • 🧩Components
    • Box
    • Card
    • Footer
    • NavBar
    • Switch
  • βš’οΈUtilities
    • Display
    • Align
    • Center
    • Flex
    • Left
    • Right
    • Padding
    • Margin
    • Grid
    • Scale
  • forms
    • Input Box
  • ☺️Releases and Changelog
    • 0.0 πŸ”₯πŸ”₯ 1st Release
Powered by GitBook
On this page
  • Syntax
  • Font family
  • Font Color

Was this helpful?

Edit on GitHub
  1. Quick Start

Font

Font in NextGenCSS

Syntax

```other code
    font : "font",
```

Font family

  • .font-serif

  • .font-sans

  • .font-arial

Font Color

  • Check colors from Colors Page , Syntax:-.font-{..color}

  • .font-primary

  • .font-dark

  • .font-alert

  • .font-leaf

  • .font-orange

  • .font-yellow

  • .font-gray

  • .font-purple

  • .font-choco

  • .font-pink

  • .font-white

Last updated 1 year ago

Was this helpful?

🌟