Removed PT Serif and PT Astra Serif

This commit is contained in:
Said Achmiz 2020-02-10 17:28:34 -05:00
parent 37765b06c3
commit ba12788236
11 changed files with 0 additions and 81 deletions

View File

@ -71,84 +71,3 @@
font-weight: bold;
font-style: italic;
}
/******************/
/* PT ASTRA SERIF */
/******************/
@font-face {
font-family: 'PT Astra Serif';
src: url('/deus/assets/fonts/PTAstraSerif/PTAstraSerif-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'PT Astra Serif';
src: url('/deus/assets/fonts/PTAstraSerif/PTAstraSerif-RegularItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'PT Astra Serif';
src: url('/deus/assets/fonts/PTAstraSerif/PTAstraSerif-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'PT Astra Serif';
src: url('/deus/assets/fonts/PTAstraSerif/PTAstraSerif-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
/************/
/* PT SERIF */
/************/
@font-face {
font-family: 'PT Serif';
src: url('/deus/assets/fonts/PTSerif/PTSerif-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'PT Serif';
src: url('/deus/assets/fonts/PTSerif/PTSerif-RegularItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'PT Serif';
src: url('/deus/assets/fonts/PTSerif/PTSerif-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'PT Serif';
src: url('/deus/assets/fonts/PTSerif/PTSerif-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
/********************/
/* PT SERIF CAPTION */
/********************/
@font-face {
font-family: 'PT Serif';
src: url('/deus/assets/fonts/PTSerif/PTSerif-Caption-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'PT Serif';
src: url('/deus/assets/fonts/PTSerif/PTSerif-Caption-RegularItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}