Advertisement
programthis

HH

Apr 26th, 2011
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.98 KB | None | 0 0
  1. /* --------------------- TYPEFACES --------------------- */
  2. @font-face {
  3.  font-family: 'CBold';
  4.  src: url('../font/CBold.eot');
  5.  src: local('ò∫'), url('../font/CBold.woff') format('woff'), url('../font/CBold.ttf') format('truetype'), url('../font/CBold.otf') format('opentype'), url('../font/CBold.svg') format('svg');
  6.  font-weight: normal;
  7.  font-style: normal;
  8. }
  9. @font-face {
  10.  font-family: 'CLight';
  11.  src: url('../font/CLight.eot');
  12.  src: local('ò∫'), url('../font/CLight.woff') format('woff'), url('../font/CLight.ttf') format('truetype'), url('../font/CLight.otf') format('opentype'), url('../font/CLight.svg') format('svg');
  13.  font-weight: normal;
  14.  font-style: normal;
  15. }
  16. @font-face {
  17.  font-family: 'CRoman';
  18.  src: url('../font/CRoman.eot');
  19.  src: local('ò∫'), url('../font/CRoman.woff') format('woff'), url('../font/CRoman.ttf') format('truetype'), url('../font/CRoman.otf') format('opentype'), url('../font/CRoman.svg') format('svg');
  20.  font-weight: normal;
  21.  font-style: normal;
  22. }
  23. @font-face {
  24.  font-family: 'GBold';
  25.  src: url('../font/GBold.eot');
  26.  src: local('ò∫'), url('../font/GBold.woff') format('woff'), url('../font/GBold.ttf') format('truetype'), url('../font/GBold.otf') format('opentype'), url('../font/GBold.svg') format('svg');
  27.  font-weight: normal;
  28.  font-style: normal;
  29. }
  30. @font-face {
  31.  font-family: 'GBookReg';
  32.  src: url('../font/GBookReg.eot');
  33.  src: local('ò∫'), url('../font/GBookReg.woff') format('woff'), url('../font/GBookReg.ttf') format('truetype'), url('../font/GBookReg.otf') format('opentype'), url('../font/GBookReg.svg') format('svg');
  34.  font-weight: normal;
  35.  font-style: normal;
  36. }
  37. /* --------------------- LOGO --------------------- */
  38. p.rightTextBold, .rightTextBold, p.leftTextBold, .leftTextBold {
  39.     font-family: 'GBold';
  40.     font-size: 14px;
  41.     padding: 0px 0;
  42.     line-height: 18px;
  43. }
  44. p.rightTextBold2, .rightTextBold2, p.leftTextBold2, .leftTextBold2 {
  45.     font-family: 'GBold';
  46.     font-size: 14px;
  47.     padding: 10px 0 10px 0;
  48.     line-height: 18px;
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement