简体   繁体   English

如何使用CSS更改打印页面的默认页眉和页脚的字体?

[英]How to change font of default header and footer of print page with css?

How can i change font of default header and footer of print page with css? 如何使用CSS更改打印页面的默认页眉和页脚的字体?

i tried this: 我尝试了这个:

   @media print
    {
        *,html,body,title /*i tried all of them!*/
        {
            font: 10px tahoma;
        }
    }

the content of page was changed but no change was happened in font of print page title, url and pagination.(ctrl+p) 页面内容已更改,但打印页面标题,URL和分页的字体未发生变化。(ctrl + p)

this is my print page image to clear my question 这是我的打印页面图像,可以清除我的问题

这不能更改,它不是网页本身的一部分。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM