Files
dotfiles/default.css
2025-01-25 11:57:33 +01:00

12 lines
198 B
CSS

/* Safari CSS */
/* https://github.com/Born2Root/Fast-Font */
@font-face {
font-family: FastFont;
src: url(~/.dotfiles/font/Fast_Sans.ttf);
}
* {
font-family: FastFont !important;
}