20 lines
No EOL
442 B
CSS
20 lines
No EOL
442 B
CSS
@font-face {
|
|
font-family: 'Rajdhani';
|
|
src: url('Rajdhani-Medium.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Rajdhani';
|
|
src: url('Rajdhani-SemiBold.ttf') format('truetype');
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Rajdhani';
|
|
src: url('Rajdhani-Bold.ttf') format('truetype');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
} |