Code Snippets|HTML

Last Updated: Monday, November 10th, 2025

HTML HEAD DATA

html HTML
Head data to call fonts and style sheets
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width,initial-scale=1" />
  <title>Alejandra Bici "” Chicago Suburbs Real Estate</title>
  <!-- Fonts (headlines: Inter; body: Manrope) -->
  <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=Inter:wght@600;700&family=Manrope:wght@400;500;600&display=swap" rel="stylesheet" />
  <style>
Last Updated: Saturday, December 6th, 2025