mirror of https://github.com/msberends/AMR.git
19 lines
690 B
CSS
19 lines
690 B
CSS
body, p, a {
|
|
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
|
|
font-weight: 500;
|
|
}
|
|
|
|
h1 {
|
|
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
|
|
font-weight: 800 !important;
|
|
}
|
|
|
|
h2, h3, h4, h5, h6 {
|
|
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
|
|
font-weight: bold;
|
|
}
|
|
|
|
pre, code, pre.usage, code.sourceCode.r, .sourceCode, .examples, .downlit, .sourceCode, .r {
|
|
font-family: ui-monospace, SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
|
|
font-weight: 500;
|
|
} |