_global.scss 510 Bytes
Newer Older
Ken's avatar
Ken committed
1
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&family=Roboto:wght@400;500;700&display=swap");
Ken's avatar
Ken committed
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
Ken's avatar
Ken committed
22 23 24
h6,
p {
  font-family: "Merriweather", serif !important;
Ken's avatar
Ken committed
25 26 27 28 29 30 31 32
}

div,
span,
small,
label {
  font-family: "Roboto", "helvetica", sans-serif !important;
}