Drop files or click

I'm uploading a font that is legal for web embedding. I checked with the author and/or EULA.

X
The font-size property sets the size of a font.
The font-style property specifies the font style for a text. Normal or Italic like Oblique.
In a small-caps font, all lowercase letters are converted to uppercase letters. However, the converted uppercase letters appears in a smaller font size than the original uppercase letters in the text. The font-variant property specifies whether or not a text should be displayed in a small-caps font.
The font-weight property sets how thick or thin characters in text should be displayed.
From 100 (lighter) to 900 (Bolder) with step of 100.
FG -The color property specifies the color of text.
BG - The background-color property sets the background color of an element. The background of an element is the total size of the element, including padding and border (but not the margin). Trasparent is default.
OP- The opacity property sets the opacity level for an element. The opacity-level describes the transparency-level, where 1 is not transparent at all, 0.5 is 50% see-through, and 0 is completely transparent.
The text-align property specifies the horizontal alignment of text in an element.
Left, Aligns the text to the left.
Right, Aligns the text to the right.
Center, center the text.
Justify, Stretches the lines so that each line has equal width (like in newspapers and magazines).
The text-justify property specifies the justification method of text when text-align is set to "justify".
auto The browser determines the justification algorithm
inter-word Increases/Decreases the space between words Play it
inter-character Increases/Decreases the space between characters
The text-transform property controls the capitalization of text.
Capitalize, Transforms the first character of each word to uppercase.
Uppercase, Transforms all characters to uppercase.
Lowercase, Transforms all characters to lowercase.
The text-decoration-line property sets the kind of text decoration to use (like underline, overline, line-through).
Underline, Specifies that a line will be displayed under the text.
Overline, Specifies that a line will be displayed over the text.
Line-through, Specifies that a line will be displayed through the text.
The text-decoration-style property sets the style of the text decoration (like solid, wavy, dotted, dashed, double).
Solid, Default value. The line will display as a single line.
Double. The line will display as a double line.
Dashed. The line will display as a dashed line.
Wavy. The line will display as a wavy line.
Dotted. The line will display as a dotted line.
The text-decoration-color property specifies the color of the text-decoration (underlines, overlines, linethroughs).
The direction property specifies the text direction/writing direction within a block-level element.
LTR. Text direction goes from left-to-right. This is default.
RTL. Text direction goes from right-to-left.
The letter-spacing property increases or decreases the space between characters in a text.
The word-spacing property increases or decreases the white space between words.
The line-height property specifies the height of a line.
The line-height property specifies the height of a line. The text-shadow property adds shadow to text. This property accepts a comma-separated list of shadows to be applied to the text. Vertical, Horizontal, Color.
Add a blur effect to the shadow.
The text-indent property specifies the indentation of the first line in a text-block. Note: Negative values are allowed. The first line will be indented to the left if the value is negative.
FonText
?
Font-Size
?
Font-Style
?
Font-Weight
?
Font-Variant
?
Color FG/BG/OP
?
Text-Align
?
Text-Justify
?
Text-Transform
?
Decoration-Line
?
Decoration-Style
?
Decoration-Color
?
Direction
?
Letter-Spacing
?
Word-Spacing
?
Line-Height
?
Text-Indent
?
Text-Shadow
?
Text-Shadow-Blur
Normal Text: WCAG AA WCAG AAA
Large Text: WCAG AA WCAG AAA
Contrast Ratio :
CSS copied to clipboard