操作方法
新建html文档。
书写hmtl代码。 <h1><b>jQuery.fontFlex.js 调整浏览器大小查看变化</b><br> 响应式布局字体大小变化跟随浏览器变化特效the highest quality Comme des Garçons Muji pintxos espresso destination Helsinki signature. Swiss exquisite handsome flat white boulevard finest charming destination boutique. Tsutaya iconic conversation Fast Lane Asia-Pacific, discerning espresso global artisanal.</h1>
书写css代码。 <style> body {font-family: Helvetica, Arial, sans-serif;font-weight: normal;line-height: normal;margin: 5%;padding: 0;background: black;-webkit-font-smoothing: antialiased;} h1 {font-weight: 300;line-height: 150%;color: gray;} b { color: white;} </style>
书写并添加js代码。 <script src="jquery.min.js"></script> <script src="js/jQuery.fontFlex.js"></script> <script> $(function() { $('h1').fontFlex(60, 40, 20); }); </script>
代码整体结构。
查看效果。