Skip to content

Support rendoring nudi fonts on webpage #13

@gshguru

Description

@gshguru

Rendering nudi fonts in browser itself is possible and it will make it much easier to read ascii fonts and improve experience of conversion.

You can download nudi web fonts either from

Adding font-face can be done as below:

@font-face {
    font-family: 'Nudi-05-k';
    src:url('Nudi-05-k.ttf.woff') format('woff'),
        url('Nudi-05-k.ttf.svg#Nudi-05-k') format('svg'),
        url('Nudi-05-k.ttf.eot'),
        url('Nudi-05-k.ttf.eot?#iefix') format('embedded-opentype'); 
        font-weight: normal;
        font-style: normal;
}

Reference: CSS @font-face Rule

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions