fonts.xml 982 B

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cpscrn
  5. (C) Copyright IBM Corp. 2005, 2015
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <css xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  9. /********************************
  10. * Licensed Materials - Property of IBM
  11. *
  12. * IBM Cognos Products: cpscrn
  13. *
  14. * (C) Copyright IBM Corp. 2005, 2012
  15. *
  16. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  17. ********************************/
  18. BODY {
  19. font-family: tahoma, arial, geneva, helvetica, sans-serif;
  20. font-size: 70%;
  21. }
  22. TEXTAREA {
  23. font-family: tahoma, arial, geneva, helvetica, sans-serif;
  24. }
  25. INPUT {
  26. font-family: tahoma, arial, geneva, helvetica, sans-serif;
  27. }
  28. SELECT {
  29. font-family: tahoma, arial, geneva, helvetica, sans-serif;
  30. }
  31. </css>