#35140: Increase font size in Django debug views (404, 500, etc)
-------------------------------------+-------------------------------------
     Reporter:  Eliana Rosselli      |                    Owner:  Eliana
                                     |  Rosselli
         Type:  Bug                  |                   Status:  assigned
    Component:  Uncategorized        |                  Version:  5.0
     Severity:  Normal               |               Resolution:
     Keywords:  accessibility font   |             Triage Stage:  Accepted
  size                               |
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  1
-------------------------------------+-------------------------------------
Comment (by Thibaud Colas):

 Font sizes are defined, for example see
 
[https://github.com/django/django/blob/d79fba7d8e7bbcdf53535a14d57ead5a6863cd8d/django/views/templates/technical_404.html#L11
 technical_404.html line 11].

 A fix for this would either involve removing those definitions, or
 replacing them with more explicit ones, Eli and I haven’t investigated
 yet. As far as browser settings, it will be equally good as long as we
 appropriately use font size units that are relative. So in the case of
 `1.5rem` – the value is fixed relative to the root (`html` element) font
 size, which is where the browser settings would apply (as far as I know,
 it’s not always explicit enough to
-- 
Ticket URL: <https://code.djangoproject.com/ticket/35140#comment:5>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018d840f3426-30436e2f-352f-42a0-ad8c-41822c977a26-000000%40eu-central-1.amazonses.com.

Reply via email to