blob: 6d2d893880bbc978edcf09febd0b0c3712e248c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
.courier-prime-regular {
font-family: "Courier Prime", monospace;
font-weight: 400;
font-style: normal;
}
.courier-prime-bold {
font-family: "Courier Prime", monospace;
font-weight: 700;
font-style: normal;
}
.courier-prime-regular-italic {
font-family: "Courier Prime", monospace;
font-weight: 400;
font-style: italic;
}
.courier-prime-bold-italic {
font-family: "Courier Prime", monospace;
font-weight: 700;
font-style: italic;
}
|