aboutsummaryrefslogtreecommitdiff
path: root/static/css/fonts.css
blob: 82a8bcd70ff47481894f3e41c50ed4a1c64cecdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
@import url("https://fonts.googleapis.com/css2?family=Mali:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

@font-face {
  font-family: "Comic Code Regular";
  src: url("../fonts/COCOLGR.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Hatsukoi Friends Mini";
  src: url("../fonts/HAKOIMI.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.linenos,
code {
  font-family: "Comic Code Regular", sans-serif;
}

.linenos > .linenodiv > pre {
  line-height: 125%;
}

.en {
  font-family: "Mali", sans-serif;
}

body.ja,
.ja {
  font-family: "Noto Sans JP", sans-serif;
}