Differences From Artifact [fb953054]:
- File web-extra/font.css — part of check-in [8db9bae9] at 2019-05-19 21:50:25 on branch licensing — Switch all license notices to Blue Oak (user: joel, size: 988) [annotate] [blame] [check-ins using] [more...]
To Artifact [81f7d56c]:
- File web-extra/font.css — part of check-in [4fecf9d9] at 2020-02-02 04:53:37 on branch trunk — Include bold type (user: joel, size: 1138) [annotate] [blame] [check-ins using] [more...]
- File web/font.css — part of check-in [43a06b90] at 2021-11-28 19:19:44 on branch evolve — Clean house (user: joel, size: 1138) [annotate] [blame] [check-ins using]
| ︙ | |||
20 21 22 23 24 | 20 21 22 23 24 25 26 27 28 29 30 | - + |
@font-face {
font-family: 'Fabiol';
src: url('LDFabiolPro-Bold.woff2') format('woff2'),
url('LDFabiolPro-Bold.woff') format('woff');
|
| ︙ | |||
38 39 40 41 42 | 38 39 40 41 42 43 44 45 46 47 48 | + + + + + + |
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;
}
|