|
5 | 5 | <meta name="viewport" content="width=device-width,initial-scale=1" /> |
6 | 6 | <title>Prefix Change Log</title> |
7 | 7 | <link rel="icon" href="./icon.png" /> |
8 | | - <style> |
9 | | - /* Self-hosted fonts (local workspace) */ |
10 | | - @font-face { |
11 | | - font-family: 'Prefix Open Sans'; |
12 | | - src: url('open-sans/OpenSans-Regular.ttf') format('truetype'); |
13 | | - font-weight: 400; |
14 | | - font-style: normal; |
15 | | - font-display: swap; |
16 | | - } |
17 | | - @font-face { |
18 | | - font-family: 'Prefix Open Sans'; |
19 | | - src: url('open-sans/OpenSans-Bold.ttf') format('truetype'); |
20 | | - font-weight: 700; |
21 | | - font-style: normal; |
22 | | - font-display: swap; |
23 | | - } |
24 | | - @font-face { |
25 | | - font-family: 'Prefix Open Sans'; |
26 | | - src: url('open-sans/OpenSans-Semibold.ttf') format('truetype'); |
27 | | - font-weight: 600; |
28 | | - font-style: normal; |
29 | | - font-display: swap; |
30 | | - } |
31 | | - @font-face { |
32 | | - font-family: 'Prefix Open Sans'; |
33 | | - src: url('open-sans/OpenSans-Italic.ttf') format('truetype'); |
34 | | - font-weight: 400; |
35 | | - font-style: italic; |
36 | | - font-display: swap; |
37 | | - } |
38 | | - @font-face { |
39 | | - font-family: 'Prefix Open Sans'; |
40 | | - src: url('open-sans/OpenSans-BoldItalic.ttf') format('truetype'); |
41 | | - font-weight: 700; |
42 | | - font-style: italic; |
43 | | - font-display: swap; |
44 | | - } |
45 | | - |
46 | | - @font-face { |
47 | | - font-family: 'Prefix Source Code Pro'; |
48 | | - src: url('source-code-pro/SourceCodePro-Regular.otf') format('opentype'); |
49 | | - font-weight: 400; |
50 | | - font-style: normal; |
51 | | - font-display: swap; |
52 | | - } |
53 | | - |
54 | | - body{background:#222;color:#99ddff;font-family:'Prefix Open Sans', Open Sans, sans-serif;margin:0;padding:1rem} |
55 | | - .container{max-width:1000px;margin:0 auto;text-align:justify;text-justify:inter-word} |
56 | | - .container h1{position:relative;text-align:center;margin-top:0;min-height:3rem;line-height:3rem;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;} |
57 | | - .container h1 .grey{color:#3b3b3b} |
58 | | - .container h1 .semibold{font-weight:600} |
59 | | - .container h2{text-align: center} |
60 | | - .title-icon{position:absolute;left:0;top:50%;transform:translateY(-50%);display:block;width:3rem;height:3rem} |
61 | | - pre, code{background:#3c3c3c;color:inherit;font-family:'Prefix Source Code Pro', 'Source Code Pro', monospace;padding:.25rem .5rem} |
62 | | - ::selection { background: #000000; color: #FFFF00; } |
63 | | - ::-moz-selection { background: #000000; color: #FFFF00; } |
64 | | - img{max-width:100%} |
65 | | - /* Markdown horizontal rules (---) rendered by marked.js */ |
66 | | - .container hr, hr { |
67 | | - border: none; |
68 | | - border-top: 2px solid #3c3c3c; |
69 | | - height: 1px; |
70 | | - margin: 1.5rem 0; |
71 | | - background: transparent; |
72 | | - } |
73 | | - </style> |
| 8 | + <link rel="stylesheet" href="./style.css" /> |
74 | 9 | </head> |
75 | 10 | <body> |
76 | | - <div class="container" id="content">Rendering change log…</div> |
| 11 | + <div class="container changelog" id="content">Rendering change log…</div> |
77 | 12 |
|
78 | 13 | <!-- Markdown source is embedded below. marked.js will render it into #content. --> |
79 | 14 | <script id="md" type="text/markdown"> |
|
0 commit comments