fonts.css 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. html,
  2. body {
  3. width: 100%;
  4. height: 100%;
  5. }
  6. @font-face {
  7. font-family: 'jdFontAwesome';
  8. src: url('fonts/jdFontAwesome.woff2') format('woff2'),
  9. url('fonts/jdFontAwesome.woff') format('woff');
  10. }
  11. @font-face {
  12. font-family: 'jdFontCustom';
  13. src: url('fonts/jdFontCustom.woff') format('woff');
  14. }
  15. @font-face {
  16. font-family: 'jdIcoFont';
  17. src: url('fonts/jdIcoFont.woff') format('woff');
  18. }
  19. @font-face {
  20. font-family: 'jdIcoMoonFree';
  21. src: url('fonts/jdIcoMoonFree.ttf') format('truetype');
  22. }
  23. @font-face {
  24. font-family: 'jdIonicons';
  25. src: url('fonts/jdIonIcons.woff') format('truetype');
  26. }
  27. @font-face {
  28. font-family: 'jdiconfontA';
  29. src: url('fonts/jdiconfontA.woff') format('truetype');
  30. }
  31. @font-face {
  32. font-family: 'jdiconfontB';
  33. src: url('fonts/jdiconfontB.woff') format('truetype');
  34. }
  35. @font-face {
  36. font-family: 'jdiconfontC';
  37. src: url('fonts/jdiconfontC.ttf') format('truetype');
  38. }
  39. @font-face {
  40. font-family: 'jdiconfontD';
  41. src: url('fonts/jdiconfontD.ttf') format('truetype');
  42. }