An open API service indexing awesome lists of open source software.

https://github.com/phocks/futont


https://github.com/phocks/futont

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# futont

Just a test project for testing ABC Sans Nova font across browsers.

This might be handy for vertical alignment:

```scss
@supports (-moz-appearance: none) {
transform: translateY(0.045em);
}
```