add comic sans

This commit is contained in:
zensprojects 2023-02-07 10:03:55 -08:00 committed by GitHub
parent fa9a7c75a4
commit 497cf01b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<link href="https://fonts.cdnfonts.com/css/samsung-logo-font?styles=139057" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/tbs" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/pbs-sans" rel="stylesheet">
<link href="https://comic-sans-webfont.netlify.app/stylesheet.css" rel="stylesheet">
<style>
.test1 {
font-family: 'Alexandria';
@ -25,6 +26,9 @@
.test5 {
font-family: 'PBS Sans', sans-serif;
}
.test6 {
font-family: 'Comic Sans MS', sans-serif;
}
</style>
</head>
<body>
@ -36,6 +40,7 @@
<a href="#samsung"><h1 class="test3">Samsung Logo Font</h1></a><br>
<a href="#tbs"><h1 class="test4">TBS Font</h1></a><br>
<a href="#pbs"><h1 class="test4">PBS Sans</h1></a><br>
<a href="#comicsans"><h1 class="test6">Comic Sans</h1></a><br>
</div>
@ -73,6 +78,13 @@ Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, wh
<a href="#main">Back</a><br><h3 class="test5" id="pbs">Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.<br>The quick brown fox jumps over the lazy dog. 1234567890
</h3>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<a href="#main">Back</a><br><h3 class="test6" id="comicsans">Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.<br>The quick brown fox jumps over the lazy dog. 1234567890
</h3>