wingkwong / react-quiz-component

:orange_book: React Quiz Component
https://wingkwong.github.io/react-quiz-component/
MIT License
370 stars 142 forks source link

Update Quiz.jsx #163

Closed kaung-set107 closed 10 months ago

wingkwong commented 10 months ago

Adding font-semibold actually makes no effect since we are not using tailwind. Even so, font-semibold gives font-weight: 600; while the existing h2 gives font-weight: 700;. There's not much huge difference.