feat(BOOK-391): Added theme and logos for Bassin Seven
* chore: Updated border-radius variables after import change Approved-by: Linus Flood
This commit is contained in:
@@ -96,6 +96,66 @@
|
||||
src: url(/_static/shared/fonts/fira-sans/black.woff2) format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "Futura PT";
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
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");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "Futura PT";
|
||||
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");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "ITC Garamond Std";
|
||||
|
||||
Reference in New Issue
Block a user