Merged in fix/3697-prettier-configs (pull request #3396)
fix(SW-3691): Setup one prettier config for whole repo * Setup prettierrc in root and remove other configs Approved-by: Joakim Jäderberg Approved-by: Linus Flood
This commit is contained in:
@@ -1,111 +1,111 @@
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'biro script plus';
|
||||
font-family: "biro script plus";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(/_static/shared/fonts/biro-script-plus/regular.woff2) format('woff2');
|
||||
src: url(/_static/shared/fonts/biro-script-plus/regular.woff2) format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'brandon text';
|
||||
font-family: "brandon text";
|
||||
font-weight: 700;
|
||||
src:
|
||||
url(/_static/shared/fonts/brandon-text/bold.woff2) format('woff2'),
|
||||
url(/_static/shared/fonts/brandon-text/bold.woff) format('woff');
|
||||
url(/_static/shared/fonts/brandon-text/bold.woff2) format("woff2"),
|
||||
url(/_static/shared/fonts/brandon-text/bold.woff) format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'brandon text';
|
||||
font-family: "brandon text";
|
||||
font-weight: 900;
|
||||
src:
|
||||
url(/_static/shared/fonts/brandon-text/black.woff2) format('woff2'),
|
||||
url(/_static/shared/fonts/brandon-text/black.woff) format('woff');
|
||||
url(/_static/shared/fonts/brandon-text/black.woff2) format("woff2"),
|
||||
url(/_static/shared/fonts/brandon-text/black.woff) format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Domaine Sans Text';
|
||||
font-family: "Domaine Sans Text";
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src:
|
||||
url(/_static/shared/fonts/domaine/domainesanstextweb-light-webfont.woff2)
|
||||
format('woff2'),
|
||||
format("woff2"),
|
||||
url(/_static/shared/fonts/domaine/domainesanstextweb-light-webfont.woff)
|
||||
format('woff');
|
||||
format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Domaine Sans Text';
|
||||
font-family: "Domaine Sans Text";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src:
|
||||
url(/_static/shared/fonts/domaine/domainesanstextweb-regular-webfont.woff2)
|
||||
format('woff2'),
|
||||
format("woff2"),
|
||||
url(/_static/shared/fonts/domaine/domainesanstextweb-regular-webfont.woff)
|
||||
format('woff');
|
||||
format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'fira sans';
|
||||
font-family: "fira sans";
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(/_static/shared/fonts/fira-sans/light.woff2) format('woff2');
|
||||
src: url(/_static/shared/fonts/fira-sans/light.woff2) format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'fira sans';
|
||||
font-family: "fira sans";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(/_static/shared/fonts/fira-sans/regular.woff2) format('woff2');
|
||||
src: url(/_static/shared/fonts/fira-sans/regular.woff2) format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'fira sans';
|
||||
font-family: "fira sans";
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url(/_static/shared/fonts/fira-sans/medium.woff2) format('woff2');
|
||||
src: url(/_static/shared/fonts/fira-sans/medium.woff2) format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'fira sans';
|
||||
font-family: "fira sans";
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url(/_static/shared/fonts/fira-sans/semibold.woff2) format('woff2');
|
||||
src: url(/_static/shared/fonts/fira-sans/semibold.woff2) format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'fira sans';
|
||||
font-family: "fira sans";
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(/_static/shared/fonts/fira-sans/bold.woff2) format('woff2');
|
||||
src: url(/_static/shared/fonts/fira-sans/bold.woff2) format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'fira sans';
|
||||
font-family: "fira sans";
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: url(/_static/shared/fonts/fira-sans/black.woff2) format('woff2');
|
||||
src: url(/_static/shared/fonts/fira-sans/black.woff2) format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'ITC Garamond Std';
|
||||
font-family: "ITC Garamond Std";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src:
|
||||
url(/_static/shared/fonts/itcgaramond/ITCGaramondBookNarrow_normal_condensed.woff2)
|
||||
format('woff2'),
|
||||
format("woff2"),
|
||||
url(/_static/shared/fonts/itcgaramond/ITCGaramondBookNarrow_normal_condensed.woff)
|
||||
format('woff');
|
||||
format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@@ -114,8 +114,8 @@
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src:
|
||||
url(/_static/shared/fonts/gotham/gotham-black-webfont.woff2) format('woff2'),
|
||||
url(/_static/shared/fonts/gotham/gotham-black-webfont.woff) format('woff');
|
||||
url(/_static/shared/fonts/gotham/gotham-black-webfont.woff2) format("woff2"),
|
||||
url(/_static/shared/fonts/gotham/gotham-black-webfont.woff) format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@@ -124,164 +124,164 @@
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src:
|
||||
url(/_static/shared/fonts/gotham/gotham-bold-webfont.woff2) format('woff2'),
|
||||
url(/_static/shared/fonts/gotham/gotham-bold-webfont.woff) format('woff');
|
||||
url(/_static/shared/fonts/gotham/gotham-bold-webfont.woff2) format("woff2"),
|
||||
url(/_static/shared/fonts/gotham/gotham-bold-webfont.woff) format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Neue Haas Grotesk Display Pro';
|
||||
font-family: "Neue Haas Grotesk Display Pro";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src:
|
||||
url(/_static/shared/fonts/grotesk/NeueHaasGroteskDisplay55Roman_normal_normal.woff2)
|
||||
format('woff2'),
|
||||
format("woff2"),
|
||||
url(/_static/shared/fonts/grotesk/NeueHaasGroteskDisplay55Roman_normal_normal.woff)
|
||||
format('woff');
|
||||
format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Neue Haas Grotesk Display Pro';
|
||||
font-family: "Neue Haas Grotesk Display Pro";
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src:
|
||||
url(/_static/shared/fonts/grotesk/NeueHaasGroteskDisplay65Medium_normal_normal.woff2)
|
||||
format('woff2'),
|
||||
format("woff2"),
|
||||
url(/_static/shared/fonts/grotesk/NeueHaasGroteskDisplay65Medium_normal_normal.woff)
|
||||
format('woff');
|
||||
format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Prumo text';
|
||||
font-family: "Prumo text";
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src:
|
||||
url(/_static/shared/fonts/prumo/prumotext-light-webfont.woff2)
|
||||
format('woff2'),
|
||||
url(/_static/shared/fonts/prumo/PrumoText-Light.woff) format('woff');
|
||||
format("woff2"),
|
||||
url(/_static/shared/fonts/prumo/PrumoText-Light.woff) format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Canela Deck';
|
||||
font-family: "Canela Deck";
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: url(/_static/shared/fonts/canela-deck/CanelaDeck-Black.otf)
|
||||
format('opentype');
|
||||
format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Canela Deck';
|
||||
font-family: "Canela Deck";
|
||||
font-style: italic;
|
||||
font-weight: 900;
|
||||
src: url(/_static/shared/fonts/canela-deck/CanelaDeck-BlackItalic.otf)
|
||||
format('opentype');
|
||||
format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Canela Deck';
|
||||
font-family: "Canela Deck";
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(/_static/shared/fonts/canela-deck/CanelaDeck-Bold.otf)
|
||||
format('opentype');
|
||||
format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Canela Deck';
|
||||
font-family: "Canela Deck";
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: url(/_static/shared/fonts/canela-deck/CanelaDeck-BoldItalic.otf)
|
||||
format('opentype');
|
||||
format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Canela Deck';
|
||||
font-family: "Canela Deck";
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(/_static/shared/fonts/canela-deck/CanelaDeck-Light.otf)
|
||||
format('opentype');
|
||||
format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Canela Deck';
|
||||
font-family: "Canela Deck";
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
src: url(/_static/shared/fonts/canela-deck/CanelaDeck-LightItalic.otf)
|
||||
format('opentype');
|
||||
format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Canela Deck';
|
||||
font-family: "Canela Deck";
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url(/_static/shared/fonts/canela-deck/CanelaDeck-Medium.otf)
|
||||
format('opentype');
|
||||
format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Canela Deck';
|
||||
font-family: "Canela Deck";
|
||||
font-style: italic;
|
||||
font-weight: 500;
|
||||
src: url(/_static/shared/fonts/canela-deck/CanelaDeck-MediumItalic.otf)
|
||||
format('opentype');
|
||||
format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Canela Deck';
|
||||
font-family: "Canela Deck";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(/_static/shared/fonts/canela-deck/CanelaDeck-Regular.otf)
|
||||
format('opentype');
|
||||
format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Canela Deck';
|
||||
font-family: "Canela Deck";
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: url(/_static/shared/fonts/canela-deck/CanelaDeck-RegularItalic.otf)
|
||||
format('opentype');
|
||||
format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Canela Deck';
|
||||
font-family: "Canela Deck";
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
src: url(/_static/shared/fonts/canela-deck/CanelaDeck-Thin.otf)
|
||||
format('opentype');
|
||||
format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Canela Deck';
|
||||
font-family: "Canela Deck";
|
||||
font-style: italic;
|
||||
font-weight: 200;
|
||||
src: url(/_static/shared/fonts/canela-deck/CanelaDeck-ThinItalic.otf)
|
||||
format('opentype');
|
||||
format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Material Symbols Rounded';
|
||||
font-family: "Material Symbols Rounded";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: block;
|
||||
src: url(/_static/shared/fonts/material-symbols/rounded-3e10d67b.woff2)
|
||||
format('woff2');
|
||||
format("woff2");
|
||||
}
|
||||
|
||||
.material-symbols {
|
||||
font-family: 'Material Symbols Rounded';
|
||||
font-family: "Material Symbols Rounded";
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-size: inherit;
|
||||
@@ -293,8 +293,8 @@
|
||||
word-wrap: normal;
|
||||
direction: ltr;
|
||||
user-select: none;
|
||||
font-feature-settings: 'liga';
|
||||
-webkit-font-feature-settings: 'liga';
|
||||
font-feature-settings: "liga";
|
||||
-webkit-font-feature-settings: "liga";
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-rendering: optimizeLegibility;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
Reference in New Issue
Block a user