https://github.com/phocks/futont
https://github.com/phocks/futont
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phocks/futont
- Owner: phocks
- Created: 2024-07-16T06:48:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T05:46:36.000Z (almost 2 years ago)
- Last Synced: 2025-10-18T05:21:00.519Z (8 months ago)
- Language: SCSS
- Homepage: https://futont.surge.sh
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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);
}
```