We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
or
Adding font-face can be done as below:
Reference: CSS @font-face Rule
The text was updated successfully, but these errors were encountered: