Google Web Font LESS Mixin

Size
2,492 Kb
Views
40,480

How do I make an google web font less mixin?

What is a google web font less mixin? How do you make a google web font less mixin? This script and codes were developed by Orion Drummond on 22 August 2022, Monday.

Google Web Font LESS Mixin Previews

Google Web Font LESS Mixin - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Google Web Font LESS Mixin</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class='header1'>1</div>
<div class='header2'>2</div>
<div class='header3'>3</div>
<div class='header4'>4</div>
<div class='header5'>5</div>
<div class='header6'>6</div>
</body>
</html>

Google Web Font LESS Mixin - Script Codes CSS Codes

@import "//fonts.googleapis.com/css?family=Lato:100,200,400,500,600,700,900";
.family { font-family: 'Lato', sans-serif;
}
body { font-family: 'Lato', sans-serif; font-size: 2em; padding: 3ex 3em;
}
.header1 { font-weight: 100;
}
.header2 { font-weight: 400;
}
.header3 { font-weight: 500;
}
.header4 { font-weight: 600;
}
.header5 { font-weight: 900;
}
.header6 { font-weight: 900;
}
Google Web Font LESS Mixin - Script Codes
Google Web Font LESS Mixin - Script Codes
Home Page Home
Developer Orion Drummond
Username tappily
Uploaded August 22, 2022
Rating 3
Size 2,492 Kb
Views 40,480
Do you need developer help for Google Web Font LESS Mixin?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Orion Drummond (tappily) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!