struct Components::CSS::Tokens::TypographyScale

Defined in:

components/css/tokens/amber_theme.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(sans : String, display : String, mono : String, body_size : String, body_line_height : String, paragraph_size : String, paragraph_line_height : String, heading_weight : String, body_weight : String) #

[View source]

Instance Method Detail

def body_line_height : String #

def body_size : String #

def body_weight : String #

def clone #

[View source]
def copy_with(sans _sans = @sans, display _display = @display, mono _mono = @mono, body_size _body_size = @body_size, body_line_height _body_line_height = @body_line_height, paragraph_size _paragraph_size = @paragraph_size, paragraph_line_height _paragraph_line_height = @paragraph_line_height, heading_weight _heading_weight = @heading_weight, body_weight _body_weight = @body_weight) #

[View source]
def display : String #

def heading_weight : String #

def mono : String #

def paragraph_line_height : String #

def paragraph_size : String #

def sans : String #