mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 10:06:54 +00:00
4.29.0
* Added: Support for OpenDyslexic and Google Fonts. Font Family settings now provide a list of fonts to choose from, in addition to allowing a custom font to be entered. * Changed: When saving a settings backup, the current date will be included in the filename by default. (Closes #1084)
This commit is contained in:
parent
a529e7fd27
commit
04cfbe6ed9
23 changed files with 394 additions and 28 deletions
60
styles/opendyslexic.scss
Normal file
60
styles/opendyslexic.scss
Normal file
|
@ -0,0 +1,60 @@
|
|||
@font-face {
|
||||
font-family: 'opendyslexic';
|
||||
src: url('~res/font/OpenDyslexic-Regular.otf');
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'opendyslexic';
|
||||
src: url('~res/font/OpenDyslexic-Italic.otf');
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'opendyslexic';
|
||||
src: url('~res/font/OpenDyslexic-Bold.otf');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'opendyslexic';
|
||||
src: url('~res/font/OpenDyslexic-BoldItalic.otf');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'opendyslexicmono';
|
||||
src: url('~res/font/OpenDyslexicMono-Regular.otf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'opendyslexicalta';
|
||||
src: url('~res/font/OpenDyslexicAlta-Regular.otf');
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'opendyslexicalta';
|
||||
src: url('~res/font/OpenDyslexicAlta-Italic.otf');
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'opendyslexicalta';
|
||||
src: url('~res/font/OpenDyslexicAlta-Bold.otf');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'opendyslexicalta';
|
||||
src: url('~res/font/OpenDyslexicAlta-BoldItalic.otf');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue