43 lines
1.1 KiB
CSS
43 lines
1.1 KiB
CSS
@font-face {
|
|
font-family: 'CrimsonBold';
|
|
src: url('/fonts/crimson/CrimsonBold.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'CrimsonBoldItalic';
|
|
src: url('/fonts/crimson/CrimsonBoldItalic.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'CrimsonItalic';
|
|
src: url('/fonts/crimson/CrimsonItalic.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'CrimsonRoman';
|
|
src: url('/fonts/crimson/CrimsonRoman.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'CrimsonSemibold';
|
|
src: url('/fonts/crimson/CrimsonSemibold.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'CrimsonSemiboldItalic';
|
|
src: url('/fonts/crimson/CrimsonSemiboldItalic.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|