fonts.css 626 B

12345678910111213141516171819202122232425
  1. /********************************
  2. * Licensed Materials - Property of IBM
  3. *
  4. * IBM Cognos Products: cpscrn
  5. *
  6. * (C) Copyright IBM Corp. 2005, 2012
  7. *
  8. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. ********************************/
  10. BODY {
  11. font-family: tahoma, arial, geneva, helvetica, sans-serif;
  12. font-size: 70%;
  13. }
  14. TEXTAREA {
  15. font-family: tahoma, arial, geneva, helvetica, sans-serif;
  16. }
  17. INPUT {
  18. font-family: tahoma, arial, geneva, helvetica, sans-serif;
  19. }
  20. SELECT {
  21. font-family: tahoma, arial, geneva, helvetica, sans-serif;
  22. }