Documentation updates for stable release (#73)
[akkoma] / docs / docs / css / extra.css
1 p, a, li, pre {
2 font-family: "Tiresias PCFont", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
3 }
4
5 code,
6 .codehilite pre {
7 font-weight: bold;
8 }
9
10 :root > * {
11 --md-primary-fg-color: #593196;
12 --md-accent-fg-color: #455a63;
13 }
14
15 @font-face {
16 font-family: 'Tiresias PCFont';
17 font-style: normal;
18 font-weight: 400;
19 src: local('Tiresias PCFont'), local('Tiresias PCFont'),
20 url('./fonts/Tiresias_PCfont.ttf') format('truetype')
21 }
22 @font-face {
23 font-family: 'Tiresias Infofont';
24 font-style: normal;
25 font-weight: 400;
26 src: local('Tiresias Infofont'), local('Tiresias Infofont'),
27 url('./fonts/Tiresias_Infofont.ttf') format('truetype')
28 }