﻿@font-face{
font-family: 'TeXGyreHeros';
src: url('../fonts/tex/dehinted-TeXGyreHeros-Regular.ttf');
font-weight: normal;
font-style: normal;
}

/* Обычный */

@font-face {

	font-family: 'TeXGyreHeros'; 
	src: url(../fonts/tex/dehinted-TeXGyreHeros-Regular.ttf); 

}

/* Жирный */

@font-face {

	font-family: 'FontName bold'; 

	src: url(/fonts/font-bold.ttf); 

}

.font-weight-bold {
    font-weight:bold
}

.bold { font-weight: bold; }

.text-8 {
	font-family: 'TeXGyreHeros';
	font-size: 10px;
        font-weight: bold;

}

.text-12 {
	font-family: 'TeXGyreHeros';
	font-size: 12px;
        font-weight: bold;

}

.text-14 {
	font-family: 'TeXGyreHeros'; 
	font-size: 14px;
        font-weight: bold;
}

.text-2 {
	font-family: 'FontName bold'; 
	font-size: 20px;
        font-weight: bold;
}

.text-3 {
	font-family: 'FontName bold'; 
	font-size: 24px;
        font-weight: bold;
}