emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to fix the code block fonts for mobile rendered manual web pages


From: Yuri Khan
Subject: Re: How to fix the code block fonts for mobile rendered manual web pages?
Date: Wed, 21 Oct 2015 08:53:07 +0600

Please do not top-post.

On Wed, Oct 21, 2015 at 5:55 AM, Kaushal Modi <address@hidden> wrote:
> I was curious if there was something like CSS code in the emacs
> documentation that would be able to control the code block fonts.. Just as
> you can attach CSS to org->html exports.

I see nothing in the CSS that would make the font size of code blocks
smaller than that of body text.

What does your smartphone browser do to a simple unstyled HTML page,
like the one below?

<!DOCTYPE html>
<html>
<head><title>Test</title></head>
<body>
<p>Lorem ipsum dolor sit amet</p>
<pre><code>consectetur adipisci elit</code></pre>
</body>
</html>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]