mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-25 21:33:33 -06:00
[chore] Update + add fonts for additional scripts, use locally installed font if available (#3997)
* [chore] Update + add fonts for additional scripts, use locally installed font if available * update comments
This commit is contained in:
parent
a07ca92752
commit
a44065726c
105 changed files with 656 additions and 62 deletions
|
|
@ -1494,10 +1494,6 @@ button.tab-button {
|
|||
background: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
> .info-list-entry > .monospace {
|
||||
font-size: large;
|
||||
}
|
||||
}
|
||||
|
||||
.action-buttons {
|
||||
|
|
@ -1520,8 +1516,6 @@ button.tab-button {
|
|||
white-space: pre;
|
||||
overflow-x: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
font-family: monospace;
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
.closed {
|
||||
|
|
@ -1539,10 +1533,6 @@ button.tab-button {
|
|||
background: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
> .info-list-entry > .monospace {
|
||||
font-size: large;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1551,10 +1541,6 @@ button.tab-button {
|
|||
.info-list {
|
||||
margin-top: 1rem;
|
||||
|
||||
> .info-list-entry .monospace {
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
> .info-list-entry > dd > button {
|
||||
font-size: medium;
|
||||
padding-top: 0;
|
||||
|
|
@ -1563,10 +1549,6 @@ button.tab-button {
|
|||
}
|
||||
}
|
||||
|
||||
.application-new > .form-section-docs > p > .monospace {
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
.instance-rules {
|
||||
list-style-position: inside;
|
||||
margin: 0;
|
||||
|
|
@ -1640,8 +1622,7 @@ button.tab-button {
|
|||
}
|
||||
|
||||
dd {
|
||||
font-family: monospace;
|
||||
font-size: large;
|
||||
font-family: "Noto Sans Mono", monospace;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1650,10 +1631,6 @@ button.tab-button {
|
|||
.http-header-permission-details {
|
||||
.info-list {
|
||||
margin-top: 1rem;
|
||||
|
||||
> .info-list-entry > .monospace {
|
||||
font-size: large;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1837,5 +1814,5 @@ button.tab-button {
|
|||
}
|
||||
|
||||
.monospace {
|
||||
font-family: monospace;
|
||||
font-family: "Noto Sans Mono", monospace;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue