/*
Theme Name: metro college
Theme URI: http://example.com/
Author: Ahsan Satti
Author URI: http://example.com/
Description: A clean custom WordPress theme
Version: 1.0
License: GPLv2 or later
Text Domain: volnite
*/

@font-face {
  font-family: 'Arlon Bold';
  src: url('fonts/Arlon-Bold.woff2') format('woff2'),
       url('fonts/Arlon-Bold.woff') format('woff'),
       url('fonts/Arlon-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Arlon Bold', sans-serif;
}