@fontface & font-variation

This commit is contained in:
bach
2024-11-08 15:41:24 +01:00
commit ecab6410f4
26 changed files with 277 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<h2>hello</h2>
<input type="range" name="fontweight" min="500" max="700" step="50" value="500">
<script src="assets/js/main.js"></script>
</body>
</html>