1 Star 0 Fork 3

yalghuz205/Chrome-Font-Changer

forked from Bilnap/Chrome-Font-Changer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
Bashqut 提交于 2020-12-25 17:16 . Font Changer
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title data-locale="name"></title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1 data-locale="name"></h1>
</header>
<section class="inline">
<h2 class="usual-text" data-locale="defaultFontSize">خەت چوڭ كىچىكلىكى</h2>
<div class="range">
<input type="range" min="6" max="50" class="js-default-font-size-slider">
<div class="labels">
<label data-locale="verySmall"></label>
<label data-locale="veryBig"></label>
</div>
</div>
</section>
<section class="inline">
<h2 class="usual-text" data-locale="minimumFontSize"></h2>
<div class="range">
<input type="range" min="6" max="50" class="js-minimum-font-size-slider">
<div class="labels">
<label data-locale="verySmall"></label>
<label data-locale="veryBig"></label>
</div>
</div>
<div class="text-sample js-minimum-font-size-preview js-standard-font-preview" style="font-size:14px;">
<span class="js-minimum-font-size">0</span>:
<span class="js-alphabet"></span>
</div>
</section>
<section class="inline">
<h2 class="usual-text" data-locale="standardFont"></h2>
<div class="font-settings-row">
<select class="js-fonts-list js-standard-font-select"></select>
</div>
<div class="text-sample js-standard-font-preview">
<span class="js-default-font-size">0</span>:
<span class="js-alphabet"></span>
</div>
</section>
<script src="script.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/abduweli205/chrome-font-changer.git
git@gitee.com:abduweli205/chrome-font-changer.git
abduweli205
chrome-font-changer
Chrome-Font-Changer
master

搜索帮助