html
<div class="ceshi">
给字体添加背景图片。
</div>
css
.ceshi{
height: 100px;
width: 710px;
line-height: 100px;
font-size: 40px;
font-weight: 1000;
color: rgba(78, 75, 75,.1);
background-image: url(2.jpg);
background-size: 28% 140%;
-webkit-background-clip: text;
text-transform:uppercase;
*最后两行
-webkit-background-clip: text;
text-transform:uppercase;
是实现效果重点,其它都是是背景图或字体的样式。