<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <meta http-equiv="Content-Style-Type" content="text/css">
  <title></title>
  <meta name="Generator" content="Cocoa HTML Writer">
  <meta name="CocoaVersion" content="2575.7">
  <style type="text/css">
    p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}
    p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px}
  </style>
</head>
<body>
<p class="p1">w/*</p>
<p class="p1">Theme Name: Custom Font Styles</p>
<p class="p1">Description: Adds a custom font to your WordPress site.</p>
<p class="p1">Author: Your Name</p>
<p class="p1">Version: 1.0</p>
<p class="p1">*/</p>
<p class="p2"><br></p>
<p class="p1">/* 1. Load the font */</p>
<p class="p1">@font-face {</p>
<p class="p1"><span class="Apple-converted-space">    </span>font-family: 'MyCustomFont';</p>
<p class="p1"><span class="Apple-converted-space">    </span>src: url('fonts/rockwell-regular.ttf') format('truetype');</p>
<p class="p1"><span class="Apple-converted-space">    </span>font-weight: normal;</p>
<p class="p1"><span class="Apple-converted-space">    </span>font-style: normal;</p>
<p class="p1"><span class="Apple-converted-space">    </span>font-display: swap;</p>
<p class="p1">}</p>
<p class="p2"><br></p>
<p class="p1">/* 2. Apply the font globally */</p>
<p class="p1">body, button, input, select, textarea {</p>
<p class="p1"><span class="Apple-converted-space">    </span>font-family: 'MyCustomFont', sans-serif;</p>
<p class="p1">}</p>
<p class="p2"><br></p>
<p class="p1">/* Optional: Headings */</p>
<p class="p1">h1, h2, h3, h4, h5, h6 {</p>
<p class="p1"><span class="Apple-converted-space">    </span>font-family: 'MyCustomFont', sans-serif;</p>
<p class="p1">}</p>
</body>
</html>
