com.github.woojiahao.style.elements.headers.HeadingTwo.kt Maven / Gradle / Ivy
package com.github.woojiahao.style.elements.headers
import com.github.woojiahao.style.Settings
class HeadingTwo(settings: Settings) : Heading("h2", 1.5, settings)
package com.github.woojiahao.style.elements.headers
import com.github.woojiahao.style.Settings
class HeadingTwo(settings: Settings) : Heading("h2", 1.5, settings)