◊(Local Yarn Code "Check-in [4fecf9d9]")

Overview
Comment:Include bold type
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4fecf9d983433f336142d25b7dfab2792e2dacee6b15b33be738db5d1b982633
User & Date: joel on 2020-02-02 04:53:37
Other Links: manifest | tags
Context
2020-02-08
17:56
The footer is here. Closes [87f985fb5b] and [751a7ebc2a] check-in: 2c0b202b user: joel tags: trunk
2020-02-02
04:53
Include bold type check-in: 4fecf9d9 user: joel tags: trunk
04:20
Split cache schema and fetchers into a separate module check-in: cb8af9fc user: joel tags: trunk
Changes

Modified web-extra/font.css from [fb953054] to [81f7d56c].

18
19
20
21
22
23
24
25

26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42






18
19
20
21
22
23
24

25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48







-
+

















+
+
+
+
+
+
  font-weight:  400;
}

@font-face {
  font-family: 'Fabiol';
  src: url('LDFabiolPro-Bold.woff2') format('woff2'),
       url('LDFabiolPro-Bold.woff') format('woff');
  font-style:   bold;
  font-style:   normal;
  font-weight:  700;
}

@font-face {
  font-family: 'Triplicate T4c';
  src: url('Triplicate-T4c.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  }

@font-face {
  font-family: 'Triplicate T4c';
  src: url('Triplicate-T4c-italic.woff') format('woff');
  font-style: italic;
  font-weight: 400;
  }

@font-face {
  font-family: 'Triplicate T4c';
  src: url('Triplicate-T4c-bold.woff') format('woff');
  font-style: normal;
  font-weight: bold;
  }