/*
 Theme Name: Twenty Eleven Child
 Template: twentyeleven
 Description: Child theme to add a custom snippet font + editor integration.
 Version: 1.0
*/

/* Register custom webfont (expects file at /wp-content/themes/twentyeleven-child/fonts/kilitelen.woff2) */
@font-face {
  font-family: "Kilitelen";
  src: url("/wp-content/themes/twentyeleven-child/fonts/kilitelen.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Utility class you can apply to blocks (Advanced → Additional CSS class(es)) */
.snippet-font {
  font-family: "Kilitelen", system-ui, sans-serif;
}