css 电子数字字体

css 电子数字字体1 下载需要的 ttf 格式的语言包 在 css 导入 font face font family mFont src url font DS DIGIB TTF 2 需要的字体引用 year background url image year png no repeat background size 100 100 background position centercenter overflow auto width css 怎么设置数字为数码样式

在这里插入图片描述

1.下载需要的 .ttf 格式的语言包,在css导入:
@font-face {
   
	font-family: mFont;
	src: url(../font/DS-DIGIB.TTF);
}
2.需要的字体引用:
#year{
   
	background: url(../image/year.png) no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	overflow: auto;
	width: 100px;
	height:30px;
	display: inline-grid;
	font:50 30px mFont;
}

#month{
   
	background: url(../image/month.png);
	background-size: 100% 100%;
	background-position: center center;
	overflow: auto;
	width: 50px;
	height:30px;
	display: inline-grid;
	font:50 30px mFont;
}

#day{
   
	background: url(../image/day.png);
	background-size: 100% 100%;
	background-position: center center;
	overflow: auto;
	width: 50px;
	height:30px;
	display: inline-grid;
	font:50 30px mFont;
}

参考地址:https://segmentfault.com/a/1190000020687163

一男一女第一次约会。

男:“你读过奥斯特洛夫斯基的作品吗?”

女:“没有。”

男:“你知道车尔尼雪夫斯基吗?”

女:“不知道。”

男:“也许,你对别林斯基、雅科夫斯基有所了解吧?”

女:“请问,你在旅游局究竟是干什么工作的?”

男:“介绍人不是对你讲过了吗,我是翻译。”

女:“哼!别想骗我,我看你一定是开车的,不然怎么开口司机,闭口司机。”

在这里插入图片描述

编程小号
上一篇 2025-01-09 10:21
下一篇 2025-01-09 10:11

相关推荐

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/bian-cheng-ji-chu/106376.html