我想知道是否可以调整文本的字体系列。我的意思是 time new roman 在整个字母上都有小线(衬线)。是否可以只在字母的顶部放置衬线。这似乎是不可能的,但我想我在某个地方看到了它。如果可能的话,这是我的代码...
<style type="text/css">
p.pnc{font-size:8em; padding-top:0px; margin-top:-385px; margin-left:250px; color:#0054A8; font-family:arial;}
</style>
</head>
<body>
<div id="sample-2" style=" background-color:#F0F0F0; width:1000px; height:500px;">
</div>
<div>
<p class="pnc">PNC</p>
</div>
</body>
</html>