Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

42 set monospaced font to 086 #43

Merged
merged 2 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ state are as follows:
* Formal admonition text:
```
[WARNING]
.This document is in the link:http://riscv.org/spec-state[Discussion state]
.This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Discussion state]
====
Assume everything can change. This document is not complete yet and was created only
for the purpose of conversation outside of the document.
Expand All @@ -148,7 +148,7 @@ state are as follows:
* Formal admonition text:
```
[WARNING]
.This document is in the link:http://riscv.org/spec-state[Development state]
.This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Development state]
====
Assume everything can change. This draft specification will change before being accepted
as standard, so implementations made to this draft specification will likely not conform
Expand All @@ -160,7 +160,7 @@ state are as follows:
* Formal admonition text:
```
[WARNING]
.This document is in the link:http://riscv.org/spec-state[Stable state]
.This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Stable state]
====
Assume anything could still change, but limited change should be expected.
====
Expand All @@ -170,7 +170,7 @@ state are as follows:
* Formal admonition text:
```
[WARNING]
.This document is in the link:http://riscv.org/spec-state[Frozen state]
.This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Frozen state]
====
Change is extremely unlikely. A high threshold will be used, and a change
will only occur because of some truly critical issue being identified during
Expand All @@ -183,7 +183,7 @@ state are as follows:
* Formal admonition text:
```
[WARNING]
.This document is in the link:http://riscv.org/spec-state[Ratified state]
.This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Ratified state]
====
No changes are allowed. Any desired or needed changes can be the subject
of a follow-on new extension. Ratified extensions are never revised.
Expand Down
2 changes: 1 addition & 1 deletion themes/riscv-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ base:
font_style: normal
font_size_large: round($base_font_size * 1.25)
font_size_small: round($base_font_size * 0.85)
font_size_min: round($base_font_size * 0.75)
font_size_min: round($base_font_size * 0.86)
border_radius: 3
border_width: 0.25
border_color: EEEEEE
Expand Down
Loading