This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* You may notice that my CSS file is organized in a fairly straightforward and */ | |
| /* static way. This is intentional, folks. You can do a LOT fancier - but I'm */ | |
| /* operating under a KISS principle here. Otherwise it's too easy to have more */ | |
| /* than one style applying to any line and making troubleshooting difficult. */ | |
| /* My goal is portability and it NEVER distracting from the text. */ | |
| /* Put any additional fonts you REQUIRE here. I recommend using additional fonts */ | |
| /* only when you MUST; and always define a fallback. Please note that if you have */ | |
| /* the font in a sub-directory, you must define it properly in the src portion */ |