SuperGlue.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*******************
  2. * Fonts
  3. *******************/
  4. @font-face {
  5. font-family: Dosis;
  6. src: url("../fonts/Dosis/Dosis-Regular.otf") format("opentype");
  7. }
  8. @font-face {
  9. font-family: Dosis;
  10. font-weight: bold;
  11. src: url("../fonts/Dosis/Dosis-Bold.otf") format("opentype");
  12. }
  13. @font-face {
  14. font-family: Dosis;
  15. font-weight: light;
  16. src: url("../fonts/Dosis/Dosis-Light.otf") format("opentype");
  17. }
  18. @font-face {
  19. font-family: Montserrat;
  20. src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  21. }
  22. @font-face {
  23. font-family: Montserrat;
  24. font-weight: bold;
  25. src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  26. }
  27. @font-face {
  28. font-family: TitilliumWeb;
  29. src: url("../fonts/Titillium_Web/TitilliumWeb-Regular.ttf") format("truetype");
  30. }
  31. @font-face {
  32. font-family: TitilliumWeb;
  33. font-weight: bold;
  34. src: url("../fonts/Titillium_Web/TitilliumWeb-Bold.ttf") format("truetype");
  35. }
  36. @font-face {
  37. font-family: TitilliumWeb;
  38. font-weight: light;
  39. src: url("../fonts/Titillium_Web/TitilliumWeb-Light.ttf") format("truetype");
  40. }
  41. /*******************
  42. * Style Resets
  43. *******************/
  44. p {
  45. margin: 0;
  46. padding: 0;
  47. }
  48. ol, ul {
  49. margin-top: 0;
  50. margin-bottom: 0;
  51. }