Home > Backend Development > PHP Tutorial > 精细控制字体大小的命令是什么?

精细控制字体大小的命令是什么?

WBOY
Release: 2016-06-23 14:10:21
Original
938 people have browsed it

我自己的程序,发出来的字体,稍有点大。但我看网易微博的字休,大小就正好。可是我用命令来控制,要么大了,要么小了。

有什么办法精细控制字体大小吗?最后精细到磅,或者象素。


回复讨论(解决方案)

css:font-size ?

当我选择的时候,字体比网易博客的大,当字体为2时,比网易博客的小。而且小太多,完全不行。这个怎么办?网易博客的字体大小是如何控制的?

css:font-size ?
看来我要学一下CSS,请问CSS属于HTML的内容吗?在HTML教程中能讲到吗?


你说呢?!

那你就去看看它的css是如何写的,用firebug查看就知道了。

那你就去看看它的css是如何写的,用firebug查看就知道了。
能麻烦你给我写一个把字体用磅值来控制,或者用象素值来控制的代码吗?好象在写在

 中,然后在 〈/body>中使用是吗?

感谢,我已经找到方法了,并且经过尝试,发现把字体设为15磅,并且字间距为-1,就和网易的完全一样了。

去搜索一下 css font-size 的用法就知道了

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template