cristinafsanz
7/19/2019 - 1:47 PM

Font face

@font-face {
  font-family: "Noto-Sans-TC";
  src: url("~assets/fonts/noto-sans-tc.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

$font-family-title: "Noto-Sans-TC", Helvetica, Arial, sans-serif;

.title {
  font-family: $font-family-title;
}