marp presenation starter template

marp presenation starter template


title: ""
author: "Wasim Mohammed"
header: ""
footer: 2025
theme: default
class: invert
marp: true
style: |
  /* Import Iosevka (Google Fonts mirror) */
  @import url("https://fonts.googleapis.com/css2?family=Iosevka:wght@400;600&display=swap");

  section {
    background: #000;
    color: #fff;
    font-family: "Iosevka", monospace;
    font-size: 28px;
  }

  h1, h2, h3 {
    font-family: "Iosevka", monospace;
    font-weight: 600;
    color: #fff;
  }
---