#35140: Increase font size in Django debug views (404, 500, etc)
-------------------------------------+-------------------------------------
     Reporter:  Eliana Rosselli      |                    Owner:  Eliana
         Type:                       |  Rosselli
  Cleanup/optimization               |                   Status:  assigned
    Component:  Error reporting      |                  Version:  dev
     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
-------------------------------------+-------------------------------------
Changes (by Natalia Bidart):

 * type:  Bug => Cleanup/optimization
 * version:  5.0 => dev
 * component:  Uncategorized => Error reporting

Comment:

 Replying to [comment:5 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 check easily).

 Thank you! This sound good. I would suggest we first try with the removal
 of the `small` font definition, and see how that looks, but I trust your
 guidance on this. Looking forward to review the patch!
-- 
Ticket URL: <https://code.djangoproject.com/ticket/35140#comment:6>
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/0107018d8e6f2bff-78600455-4758-490c-ae36-f31be5be2699-000000%40eu-central-1.amazonses.com.

Reply via email to