mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 17:20:14 +00:00
feat: add opendyslexic font setting
This commit is contained in:
parent
ee1e5029f9
commit
629d45318e
3 changed files with 31 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ This stylesheet should be used globally regardless of theming
|
|||
|
||||
some specific rules are meant to be overwritten by the individual themes
|
||||
*/
|
||||
@import url('http://fonts.cdnfonts.com/css/open-dyslexic');
|
||||
|
||||
// some variables
|
||||
$breakpoint-xs: 0px;
|
||||
|
|
@ -31,6 +32,10 @@ code {
|
|||
color: var(--bs-body-color) !important; // overwrite
|
||||
}
|
||||
|
||||
.dyslexic {
|
||||
font-family: 'Open-Dyslexic', sans-serif;
|
||||
}
|
||||
|
||||
// pk-webs specific elements
|
||||
.icon {
|
||||
height: 1.5em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue