Posted in
103
1:25 am, June 3, 2022
Quicksand font quick install
Quicksand font quick install.
Note: use the @include in css or the html link to the font only, not both.
HTML
<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=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<div class='quicksand font-24'>Quicksand Font Test 24px</div>
<div class='quicksand font-32'>Quicksand Font Test 32px</div>
CSS
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
.quicksand {
font-family: 'Quicksand', sans-serif;
}
.font-24 {
font-size:24px;
}
.font-32 {
font-size:32px;
}
Quicksand Font Test 24px
Quicksand Font Test 32px
External Link for Quicksand font quick install
View Statistics
This Week
39
This Month
103
This Year
103
Add Comment
Other Items in fonts
Related Search Terms
Other Categories in Code
alpine js apps c css images sqlite site bugs site updates slick slider testing apache api apps asp bat bootstrap bootstrap templates core css css grid design elements docker domains emoji fancybox fonts foundation framework gimp git html icons ideas images javascript jquery js linux mac modals nginx node php php functions php simple html dom pi400 python react sections site bugs site documentation sql sqlite ssh sublime svg templates tools virtual box vscode webdev windows wordpress