我已经下载了 Ubuntu 字体以在我的网页上使用
#link-r {
color: white;
font-family: "ubuntu";
font-size: 16px;
float: left;
text-decoration: none;
}
@font-face {
font-family: 'ubuntu'; /*a name to be used later*/
src: url('fonts/ubuntu.tff'); /*URL to font*/
}