【发布时间】:2021-07-24 20:36:00
【问题描述】:
我似乎无法弄清楚如何更改嵌入文本文件的字体大小,样式由于某种原因不起作用。无论我尝试什么,都没有任何反应。
<style>
pre {
font-family: "Courier New", monospace;
font-size: 50px;
}
object {
font-family: "Courier New", monospace;
font-size: 50px;
}
body {
font-family: "Courier New", monospace;
font-size: 50px;
}
</style>
<body>
<pre class="tab" id="Display">
<object width="12000" height="12000" type="text/css" data="textFiles/file.txt" border="0" >
</pre>
</body>
【问题讨论】:
标签: html css fonts text-files font-size