diff --git a/default.css b/default.css new file mode 100644 index 0000000..2e3e6b7 --- /dev/null +++ b/default.css @@ -0,0 +1,12 @@ +/* Safari CSS */ + + +/* https://github.com/Born2Root/Fast-Font */ +@font-face { + font-family: FastFont; + src: url(~/.dotfiles/font/Fast_Sans.ttf); +} + +* { + font-family: FastFont !important; + } \ No newline at end of file diff --git a/font/Fast_Sans.ttf b/font/Fast_Sans.ttf new file mode 100644 index 0000000..a3b671b Binary files /dev/null and b/font/Fast_Sans.ttf differ diff --git a/font/Fast_Sans_Dotted.ttf b/font/Fast_Sans_Dotted.ttf new file mode 100644 index 0000000..b4f6967 Binary files /dev/null and b/font/Fast_Sans_Dotted.ttf differ diff --git a/font/Fast_Serif.ttf b/font/Fast_Serif.ttf new file mode 100644 index 0000000..d816807 Binary files /dev/null and b/font/Fast_Serif.ttf differ