Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2022-09-04 12:45:01 +02:00

24 lines
771 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Schriftarten</title>
<link rel="stylesheet" type="text/css" href="schriftarten.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Libre+Barcode+39+Text&display=swap" rel="stylesheet">
</head>
<body>
Lorem Ipsum<br><br>
<span id="span1">Lorem Ipsum</span><br><br>
<span id="span2">Lorem Ipsum</span><br><br>
<span id="span3">Lorem Ipsum</span><br><br>
<span id="span4">Lorem Ipsum</span><br><br>
<span id="span5">Lorem Ipsum</span><br><br>
<span id="extern">Lorem Ipsum</span><br><br>
<span id="extern2">Lorem Ipsum</span>
</body>
</html>