feat(WEB-250): overview hero final ui
This commit is contained in:
@@ -1,3 +1,73 @@
|
||||
@font-face {
|
||||
font-family: "biro script plus";
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url(/_static/fonts/biro-script-plus/Biro-Script-Plus.ttf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "brandon text";
|
||||
font-weight: 700;
|
||||
src: url(/_static/fonts/brandon/brandontextweb-bold-webfont.woff),
|
||||
url(/_static/fonts/brandon/brandontextweb-bold-webfont.woff2);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "brandon text";
|
||||
font-weight: 900;
|
||||
src: url(/_static/fonts/brandon/brandontextweb-black-webfont.woff),
|
||||
url(/_static/fonts/brandon/brandontextweb-black-webfont.woff2);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "fira mono";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(/_static/fonts/fira-mono/FiraMono-Regular.ttf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "fira mono";
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url(/_static/fonts/fira-mono/FiraMono-Medium.ttf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "fira mono";
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(/_static/fonts/fira-mono/FiraMono-Bold.ttf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "fira sans";
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(/_static/fonts/fira-sans/FiraSans-Light.ttf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "fira sans";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(/_static/fonts/fira-sans/FiraSans-Regular.ttf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "fira sans";
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url(/_static/fonts/fira-sans/FiraSans-SemiBold.ttf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "fira sans";
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: url(/_static/fonts/fira-sans/FiraSans-Black.ttf);
|
||||
}
|
||||
|
||||
:root {
|
||||
font-size: 62.5%;
|
||||
--max-width: 113.5rem;
|
||||
|
||||
Reference in New Issue
Block a user