Skip to content

Instantly share code, notes, and snippets.

/*
font-family: 'Oswald', sans-serif;
font-family: 'Roboto Mono', monospace;
Oswald used for Titles - 500/600/700 font-weight
Roboto Mono used for Paragraphs - 400/700 font-weight
*/
font-family: 'Oswald', sans-serif;
font-family: 'Roboto Mono', monospace;
<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=Oswald:wght@500;600;700&family=Roboto+Mono:wght@400;700&display=swap" rel="stylesheet">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<html lang="en">
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>