aboutsummaryrefslogtreecommitdiffstats
path: root/mockup/fonts.css
blob: 48983cbeabc6e1df4f47a3e28e589103232b36ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
@font-face {
    font-family: kaerukaeru;
    src: url('/fonts/kaerukaeru-Regular.woff2') format('woff2'),
        url('/fonts/kaerukaeru-Regular.woff') format('woff');
}

@font-face {
  font-family: Louise;
  src: url('/fonts/Louise-Regular.woff2') format('woff2'),
  url('/fonts/Louise-Regular.woff') format('woff');
}