xref: /aosp_15_r20/external/okio/docs/css/app.css (revision f9742813c14b702d71392179818a9e591da8620c)
1@font-face {
2    font-family: cash-market;
3    src: url("https://cash-f.squarecdn.com/static/fonts/cash-market/v2/CashMarket-Regular.woff2") format("woff2");
4    font-weight: 400;
5    font-style: normal
6}
7
8@font-face {
9    font-family: cash-market;
10    src: url("https://cash-f.squarecdn.com/static/fonts/cash-market/v2/CashMarket-Medium.woff2") format("woff2");
11    font-weight: 500;
12    font-style: normal
13}
14
15@font-face {
16    font-family: cash-market;
17    src: url("https://cash-f.squarecdn.com/static/fonts/cash-market/v2/CashMarket-Bold.woff2") format("woff2");
18    font-weight: 700;
19    font-style: normal
20}
21
22body, input {
23    font-family: cash-market,"Helvetica Neue",helvetica,sans-serif;
24}
25
26.md-typeset h1, .md-typeset h2, .md-typeset h3, .md-typeset h4 {
27    font-family: cash-market,"Helvetica Neue",helvetica,sans-serif;
28    line-height: normal;
29    font-weight: bold;
30    color: var(--md-default-fg-color);
31}
32
33button.dl {
34  font-weight: 300;
35  font-size: 25px;
36  line-height: 40px;
37  padding: 3px 10px;
38  display: inline-block;
39  border-radius: 6px;
40  color: #f0f0f0;
41  margin: 5px 0;
42  width: auto;
43}
44
45.logo {
46  text-align: center;
47  margin-top: 150px;
48}
49