Save these as .css.pp files instead of .css

This commit is contained in:
Jeremy Dormitzer 2019-06-08 00:05:50 -04:00
parent a7d486f090
commit b4cbf39023
2 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,35 @@
@font-face {
font-family: 'Century Supra';
src: url('Century Supra T3 Regular.otf') format('opentype'),
url('Century Supra T3 Regular.ttf') format('truetype'),
url('century_supra_t3_regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Century Supra';
src: url('Century Supra T3 Bold.otf') format('opentype'),
url('Century Supra T3 Bold.ttf') format('truetype'),
url('century_supra_t3_bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Century Supra';
src: url('Century Supra T3 Italic.otf') format('opentype'),
url('Century Supra T3 Italic.ttf') format('truetype'),
url('century_supra_t3_italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Century Supra';
src: url('Century Supra T3 Bold Italic.otf') format('opentype'),
url('Century Supra T3 Bold Italic.ttf') format('truetype'),
url('century_supra_t3_bold_italic.woff') format('woff');
font-weight: bold;
font-style: italic;
}

View File

@ -0,0 +1,35 @@
@font-face {
font-family: 'Triplicate Code';
src: url('Triplicate T3 Code Regular.otf') format('opentype'),
url('Triplicate T3 Code Regular.ttf') format('truetype'),
url('triplicate_t4_code_regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Triplicate Code';
src: url('Triplicate T3 Code Bold.otf') format('opentype'),
url('Triplicate T3 Code Bold.ttf') format('truetype'),
url('triplicate_t4_code_bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Triplicate Code';
src: url('Triplicate T3 Code Italic.otf') format('opentype'),
url('Triplicate T3 Code Italic.ttf') format('truetype'),
url('triplicate_t4_code_italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Triplicate Code';
src: url('Triplicate T3 Code Bold Italic.otf') format('opentype'),
url('Triplicate T3 Code Bold Italic.ttf') format('truetype'),
url('triplicate_t4_code_bold_italic.woff') format('woff');
font-weight: bold;
font-style: italic;
}