Skip to content

Commit 62576cd

Browse files
authored
Merge pull request #43 from riscv/42-set-monospaced-font-to-086
42 set monospaced font to 086
2 parents a76dd1d + 3da00bc commit 62576cd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ state are as follows:
137137
* Formal admonition text:
138138
```
139139
[WARNING]
140-
.This document is in the link:http://riscv.org/spec-state[Discussion state]
140+
.This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Discussion state]
141141
====
142142
Assume everything can change. This document is not complete yet and was created only
143143
for the purpose of conversation outside of the document.
@@ -148,7 +148,7 @@ state are as follows:
148148
* Formal admonition text:
149149
```
150150
[WARNING]
151-
.This document is in the link:http://riscv.org/spec-state[Development state]
151+
.This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Development state]
152152
====
153153
Assume everything can change. This draft specification will change before being accepted
154154
as standard, so implementations made to this draft specification will likely not conform
@@ -160,7 +160,7 @@ state are as follows:
160160
* Formal admonition text:
161161
```
162162
[WARNING]
163-
.This document is in the link:http://riscv.org/spec-state[Stable state]
163+
.This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Stable state]
164164
====
165165
Assume anything could still change, but limited change should be expected.
166166
====
@@ -170,7 +170,7 @@ state are as follows:
170170
* Formal admonition text:
171171
```
172172
[WARNING]
173-
.This document is in the link:http://riscv.org/spec-state[Frozen state]
173+
.This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Frozen state]
174174
====
175175
Change is extremely unlikely. A high threshold will be used, and a change
176176
will only occur because of some truly critical issue being identified during
@@ -183,7 +183,7 @@ state are as follows:
183183
* Formal admonition text:
184184
```
185185
[WARNING]
186-
.This document is in the link:http://riscv.org/spec-state[Ratified state]
186+
.This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Ratified state]
187187
====
188188
No changes are allowed. Any desired or needed changes can be the subject
189189
of a follow-on new extension. Ratified extensions are never revised.

themes/riscv-pdf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ base:
6666
font_style: normal
6767
font_size_large: round($base_font_size * 1.25)
6868
font_size_small: round($base_font_size * 0.85)
69-
font_size_min: round($base_font_size * 0.75)
69+
font_size_min: round($base_font_size * 0.86)
7070
border_radius: 3
7171
border_width: 0.25
7272
border_color: EEEEEE

0 commit comments

Comments
 (0)