fix(BOOK-391): Fixed typo in path to Futura PT font
* fix(BOOK-391): Now using correct Futura PT fonts Approved-by: Linus Flood
This commit is contained in:
@@ -100,12 +100,20 @@
|
||||
font-display: swap;
|
||||
font-family: "Futura PT";
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
src:
|
||||
url(/_static/shared/fonts/futura-pt/FuturaPT_normal_normal_300.woff2)
|
||||
format("woff2"),
|
||||
url(/_static/shared/fonts/futura-pt/FuturaPT_normal_normal_300.woff)
|
||||
format("woff");
|
||||
url(/_static/shared/fonts/futura-pt/Futura_PT_Book.woff2) format("woff2"),
|
||||
url(/_static/shared/fonts/futura-pt/Futura_PT_Book.woff) format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "Futura PT";
|
||||
font-style: normal;
|
||||
font-weight: 450;
|
||||
src:
|
||||
url(/_static/shared/fonts/futura-pt/Futura_PT_Medium.woff2) format("woff2"),
|
||||
url(/_static/shared/fonts/futura-pt/Futura_PT_Medium.woff) format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@@ -114,46 +122,8 @@
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src:
|
||||
url(/_static/shared/fonts/futura-pt/FuturaPT_normal_condensed_500.woff2)
|
||||
format("woff2"),
|
||||
url(/_static/shared/fonts/futura-pt/FuturaPT_normal_condensed_500.woff)
|
||||
format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "Futura PT";
|
||||
font-style: italic;
|
||||
font-weight: 500;
|
||||
src:
|
||||
url(/_static/shared/fonts/fututa-pt/FuturaPT_italic_normal_500.woff2)
|
||||
format("woff2"),
|
||||
url(/_static/shared/fonts/futura-pt/FuturaPT_italic_normal_500.woff)
|
||||
format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "Futura PT";
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src:
|
||||
url(/_static/shared/fonts/futura-pt/FuturaPT_normal_normal_700.woff2)
|
||||
format("woff2"),
|
||||
url(/_static/shared/fonts/futura-pt/FuturaPT_normal_normal_700.woff)
|
||||
format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "Futura PT";
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src:
|
||||
url(/_static/shared/fonts/futura-pt/FuturaPT_normal_condensed_925.woff2)
|
||||
format("woff2"),
|
||||
url(/_static/shared/fonts/futura-pt/FuturaPT_normal_condensed_925.woff)
|
||||
format("woff");
|
||||
url(/_static/shared/fonts/fututa-pt/Futura_PT_Demi.woff2) format("woff2"),
|
||||
url(/_static/shared/fonts/futura-pt/Futura_PT_Demi.woff) format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
||||
Reference in New Issue
Block a user