Skip to content

Typography Notes #3

@iamnewton

Description

@iamnewton

helpers:

.hyphenate {
    word-wrap: break-word;
    hyphens: auto;
}
/* helps with fonts that look a bit chunky on MacOS vs other platforms/OS's */
.skinnify {
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
}
.unskinnify {
    -webkit-font-smoothing: auto; 
    -moz-osx-font-smoothing: auto;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions