summaryrefslogtreecommitdiff
path: root/public/assets/css/fonts.css
blob: f1e842944dd21bfbec351047672cfa412390c145 (plain)
1
2
3
4
5
6
7
8
9
10
11
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/merriweather/Merriweather-Regular.ttf");
  font-style: normal;
}

@font-face {
  font-family: "Merriweather";
  src: url("../fonts/merriweather/Merriweather-Italic.ttf");
  font-style: italic;
}