Fix the fonts to be the correct ones from the original site.
This commit is contained in:
parent
1dbb5ee9dc
commit
1f5533a69d
BIN
fonts/ConcourseOT/concourse_ot_2_thin.woff2
Normal file
BIN
fonts/ConcourseOT/concourse_ot_2_thin.woff2
Normal file
Binary file not shown.
BIN
fonts/ConcourseOT/concourse_ot_2_thin_italic.woff2
Normal file
BIN
fonts/ConcourseOT/concourse_ot_2_thin_italic.woff2
Normal file
Binary file not shown.
BIN
fonts/ConcourseOT/concourse_ot_3_book.woff2
Normal file
BIN
fonts/ConcourseOT/concourse_ot_3_book.woff2
Normal file
Binary file not shown.
BIN
fonts/ConcourseOT/concourse_ot_3_book_italic.woff2
Normal file
BIN
fonts/ConcourseOT/concourse_ot_3_book_italic.woff2
Normal file
Binary file not shown.
BIN
fonts/ConcourseOT/concourse_ot_4_medium.woff2
Normal file
BIN
fonts/ConcourseOT/concourse_ot_4_medium.woff2
Normal file
Binary file not shown.
BIN
fonts/ConcourseOT/concourse_ot_4_medium_italic.woff2
Normal file
BIN
fonts/ConcourseOT/concourse_ot_4_medium_italic.woff2
Normal file
Binary file not shown.
BIN
fonts/ConcourseOT/concourse_ot_6_semibold.woff2
Normal file
BIN
fonts/ConcourseOT/concourse_ot_6_semibold.woff2
Normal file
Binary file not shown.
BIN
fonts/ConcourseOT/concourse_ot_6_semibold_italic.woff2
Normal file
BIN
fonts/ConcourseOT/concourse_ot_6_semibold_italic.woff2
Normal file
Binary file not shown.
BIN
fonts/ConcourseOT/concourse_ot_7_bold.woff2
Normal file
BIN
fonts/ConcourseOT/concourse_ot_7_bold.woff2
Normal file
Binary file not shown.
BIN
fonts/ConcourseOT/concourse_ot_7_bold_italic.woff2
Normal file
BIN
fonts/ConcourseOT/concourse_ot_7_bold_italic.woff2
Normal file
Binary file not shown.
BIN
fonts/ConcourseOT/concourse_ot_8_black.woff2
Normal file
BIN
fonts/ConcourseOT/concourse_ot_8_black.woff2
Normal file
Binary file not shown.
BIN
fonts/ConcourseOT/concourse_ot_8_black_italic.woff2
Normal file
BIN
fonts/ConcourseOT/concourse_ot_8_black_italic.woff2
Normal file
Binary file not shown.
161
fonts/ConcourseOT/sample.css
Normal file
161
fonts/ConcourseOT/sample.css
Normal file
@ -0,0 +1,161 @@
|
||||
@font-face {
|
||||
font-family: concourse_ot_2_thin;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
src: url('concourse_ot_2_thin.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: concourse_ot_2_thin;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
src: url('concourse_ot_2_thin_italic.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: concourse_ot_2_thin_italic;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
src: url('concourse_ot_2_thin_italic.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: concourse_ot_3_book;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
src: url('concourse_ot_3_book.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: concourse_ot_3_book;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
src: url('concourse_ot_3_book_italic.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: concourse_ot_3_book_italic;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
src: url('concourse_ot_3_book_italic.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: concourse_ot_4_medium;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
src: url('concourse_ot_4_medium.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: concourse_ot_4_medium;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
src: url('concourse_ot_4_medium_italic.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: concourse_ot_4_medium_italic;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
src: url('concourse_ot_4_medium_italic.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: concourse_ot_6_semibold;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
src: url('concourse_ot_6_semibold.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: concourse_ot_6_semibold;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
src: url('concourse_ot_6_semibold_italic.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: concourse_ot_6_semibold_italic;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
src: url('concourse_ot_6_semibold_italic.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: concourse_ot_7_bold;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
src: url('concourse_ot_7_bold.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: concourse_ot_7_bold;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
src: url('concourse_ot_7_bold_italic.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: concourse_ot_7_bold_italic;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
src: url('concourse_ot_7_bold_italic.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: concourse_ot_8_black;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
src: url('concourse_ot_8_black.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: concourse_ot_8_black;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
src: url('concourse_ot_8_black_italic.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: concourse_ot_8_black_italic;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
src: url('concourse_ot_8_black_italic.woff2') format('woff2');
|
||||
}
|
25
fonts/ConcourseOT/sample.html
Normal file
25
fonts/ConcourseOT/sample.html
Normal file
@ -0,0 +1,25 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="sample.css" />
|
||||
</head>
|
||||
<body style="font-size: 24px">
|
||||
<p style="font-family: concourse_ot_2_thin">concourse_ot_2_thin.woff2</p>
|
||||
<p style="font-family: concourse_ot_2_thin"><em>concourse_ot_2_thin_italic.woff2</em></p>
|
||||
<p style="font-family: concourse_ot_2_thin_italic">concourse_ot_2_thin_italic.woff2</p>
|
||||
<p style="font-family: concourse_ot_3_book">concourse_ot_3_book.woff2</p>
|
||||
<p style="font-family: concourse_ot_3_book"><em>concourse_ot_3_book_italic.woff2</em></p>
|
||||
<p style="font-family: concourse_ot_3_book_italic">concourse_ot_3_book_italic.woff2</p>
|
||||
<p style="font-family: concourse_ot_4_medium">concourse_ot_4_medium.woff2</p>
|
||||
<p style="font-family: concourse_ot_4_medium"><em>concourse_ot_4_medium_italic.woff2</em></p>
|
||||
<p style="font-family: concourse_ot_4_medium_italic">concourse_ot_4_medium_italic.woff2</p>
|
||||
<p style="font-family: concourse_ot_6_semibold">concourse_ot_6_semibold.woff2</p>
|
||||
<p style="font-family: concourse_ot_6_semibold"><em>concourse_ot_6_semibold_italic.woff2</em></p>
|
||||
<p style="font-family: concourse_ot_6_semibold_italic">concourse_ot_6_semibold_italic.woff2</p>
|
||||
<p style="font-family: concourse_ot_7_bold">concourse_ot_7_bold.woff2</p>
|
||||
<p style="font-family: concourse_ot_7_bold"><em>concourse_ot_7_bold_italic.woff2</em></p>
|
||||
<p style="font-family: concourse_ot_7_bold_italic">concourse_ot_7_bold_italic.woff2</p>
|
||||
<p style="font-family: concourse_ot_8_black">concourse_ot_8_black.woff2</p>
|
||||
<p style="font-family: concourse_ot_8_black"><em>concourse_ot_8_black_italic.woff2</em></p>
|
||||
<p style="font-family: concourse_ot_8_black_italic">concourse_ot_8_black_italic.woff2</p>
|
||||
</body>
|
||||
</html>
|
22
style.css
22
style.css
@ -12,14 +12,32 @@ Tags: accessibility-ready
|
||||
Text Domain: etcskel32m
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Concourse OT';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
src: url('fonts/ConcourseOT/concourse_ot_3_book.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Concourse OT';
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
font-stretch: normal;
|
||||
font-display: auto;
|
||||
src: url('fonts/ConcourseOT/concourse_ot_6_semibold.woff2') format('woff2');
|
||||
}
|
||||
|
||||
:root {
|
||||
--red32m: #A02827;
|
||||
--white32m: #FFFFFF;
|
||||
--grey32m: #ECECEC;
|
||||
--lrmargin: 2vw;
|
||||
--desktop-lrmargin: 25vw;
|
||||
--typeface: sans-serif; /* fixme should be Fivo sans? */
|
||||
--typeface-body: serif; /* fixme should be IBM Plex Serif? */
|
||||
--typeface: 'Concourse OT', sans-serif;
|
||||
--typeface-body: 'Concourse OT', sans-serif;
|
||||
--font-weight-bold: 700;
|
||||
--font-weight-medium: 400;
|
||||
--font-size-large: 1.4em;
|
||||
|
Loading…
Reference in New Issue
Block a user