add: option to use inter font instead
This commit is contained in:
parent
da58323ed8
commit
407155e6c4
5 changed files with 26 additions and 5 deletions
|
@ -1809,6 +1809,11 @@
|
|||
\"{{ profile.settings.large_text }}\",
|
||||
\"checkbox\",
|
||||
],
|
||||
[
|
||||
[\"use_system_font\", \"Always use system font instead\"],
|
||||
\"{{ profile.settings.use_system_font }}\",
|
||||
\"checkbox\",
|
||||
],
|
||||
[
|
||||
[\"paged_timelines\", \"Make timelines paged instead of infinitely scrolled\"],
|
||||
\"{{ profile.settings.paged_timelines }}\",
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
(text "{% block head %}{% endblock %}"))
|
||||
|
||||
(body
|
||||
("class" "{% if user and user.settings.use_system_font -%} use_system_font {%- endif %}")
|
||||
(div
|
||||
("id" "page")
|
||||
(text "{% if user and user.id == 0 -%}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue