摘要: 参阅 https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Browser_detection_using_the_user_agent 阅读全文
posted @ 2022-03-30 19:53 星小梦 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 样式的声明和使用。 @font-face { font-family: "myFont"; src: url("myFont.ttf") format("truetype"); } h2 { font-family: "myFont"; } 感觉没有啥好介绍的,看参阅文章后就能明白了。 这里需要说的 阅读全文
posted @ 2022-03-30 19:43 星小梦 阅读(695) 评论(0) 推荐(0) 编辑