com.github.woojiahao.style.elements.headers.HeadingThree.kt Maven / Gradle / Ivy
package com.github.woojiahao.style.elements.headers
import com.github.woojiahao.style.Settings
class HeadingThree(settings: Settings) : Heading("h3", 1.17, settings)
package com.github.woojiahao.style.elements.headers
import com.github.woojiahao.style.Settings
class HeadingThree(settings: Settings) : Heading("h3", 1.17, settings)