1 @font-face {
2 font-family: 'geometos';
3 src: url('/wp-content/uploads/useanyfont/3000Geometos.woff2') format('woff2'),
4 url('/wp-content/uploads/useanyfont/3000Geometos.woff') format('woff');
5 font-display: auto;
6 }
7
8 .geometos{font-family: 'geometos' !important;}
9
10 h1, h2, h3, h4, h5, h6{
11 font-family: 'geometos' !important;
12 }
13