css help
css help
Out of context: Reply #5
- Started
- Last post
- 6 Responses
- welded0
I've found this to work quite nicely:
*, body {
font-family: "totally rad font";
}The asterisk means every element gets effected, but I tend to put body in there just in case.