import sample-wp-block-theme
This commit is contained in:
BIN
assets/fonts/inclusive-sans/inclusive-sans-italic.woff2
Normal file
BIN
assets/fonts/inclusive-sans/inclusive-sans-italic.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/inclusive-sans/inclusive-sans-regular.woff2
Normal file
BIN
assets/fonts/inclusive-sans/inclusive-sans-regular.woff2
Normal file
Binary file not shown.
15
assets/fonts/inclusive-sans/inclusive-sans.css
Normal file
15
assets/fonts/inclusive-sans/inclusive-sans.css
Normal file
@ -0,0 +1,15 @@
|
||||
/* inclusive-sans-italic */
|
||||
@font-face {
|
||||
font-family: Inclusive Sans;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local("Inclusive Sans Italic"), local("InclusiveSans-Italic"), url(inclusive-sans-italic.woff2) format("woff2");
|
||||
}
|
||||
/* inclusive-sans-regular */
|
||||
@font-face {
|
||||
font-family: Inclusive Sans;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local("Inclusive Sans Regular"), local("InclusiveSans-Regular"), url(inclusive-sans-regular.woff2) format("woff2");
|
||||
}
|
||||
|
||||
Binary file not shown.
BIN
assets/fonts/overused-grotesk/overused-grotesk-black.woff2
Normal file
BIN
assets/fonts/overused-grotesk/overused-grotesk-black.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/overused-grotesk/overused-grotesk-bold-italic.woff2
Normal file
BIN
assets/fonts/overused-grotesk/overused-grotesk-bold-italic.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/overused-grotesk/overused-grotesk-bold.woff2
Normal file
BIN
assets/fonts/overused-grotesk/overused-grotesk-bold.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/fonts/overused-grotesk/overused-grotesk-extrabold.woff2
Normal file
BIN
assets/fonts/overused-grotesk/overused-grotesk-extrabold.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/overused-grotesk/overused-grotesk-italic.woff2
Normal file
BIN
assets/fonts/overused-grotesk/overused-grotesk-italic.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/fonts/overused-grotesk/overused-grotesk-light.woff2
Normal file
BIN
assets/fonts/overused-grotesk/overused-grotesk-light.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/fonts/overused-grotesk/overused-grotesk-medium.woff2
Normal file
BIN
assets/fonts/overused-grotesk/overused-grotesk-medium.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/overused-grotesk/overused-grotesk-regular.woff2
Normal file
BIN
assets/fonts/overused-grotesk/overused-grotesk-regular.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/fonts/overused-grotesk/overused-grotesk-semibold.woff2
Normal file
BIN
assets/fonts/overused-grotesk/overused-grotesk-semibold.woff2
Normal file
Binary file not shown.
99
assets/fonts/overused-grotesk/overused-grotesk.css
Normal file
99
assets/fonts/overused-grotesk/overused-grotesk.css
Normal file
@ -0,0 +1,99 @@
|
||||
/* overused-grotesk-semibold-italic */
|
||||
@font-face {
|
||||
font-family: Overused Grotesk;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local("Overused Grotesk SemiBold Italic"), local("OverusedGrotesk-SemiBoldItalic"), url(overused-grotesk-semibold-italic.woff2) format("woff2");
|
||||
}
|
||||
/* overused-grotesk-semibold */
|
||||
@font-face {
|
||||
font-family: Overused Grotesk;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local("Overused Grotesk SemiBold"), local("OverusedGrotesk-SemiBold"), url(overused-grotesk-semibold.woff2) format("woff2");
|
||||
}
|
||||
/* overused-grotesk-regular */
|
||||
@font-face {
|
||||
font-family: Overused Grotesk;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local("Overused Grotesk Regular"), local("OverusedGrotesk-Regular"), url(overused-grotesk-regular.woff2) format("woff2");
|
||||
}
|
||||
/* overused-grotesk-medium-italic */
|
||||
@font-face {
|
||||
font-family: Overused Grotesk;
|
||||
font-style: italic;
|
||||
font-weight: 500;
|
||||
src: local("Overused Grotesk Medium Italic"), local("OverusedGrotesk-MediumItalic"), url(overused-grotesk-medium-italic.woff2) format("woff2");
|
||||
}
|
||||
/* overused-grotesk-medium */
|
||||
@font-face {
|
||||
font-family: Overused Grotesk;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: local("Overused Grotesk Medium"), local("OverusedGrotesk-Medium"), url(overused-grotesk-medium.woff2) format("woff2");
|
||||
}
|
||||
/* overused-grotesk-light-italic */
|
||||
@font-face {
|
||||
font-family: Overused Grotesk;
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
src: local("Overused Grotesk Light Italic"), local("OverusedGrotesk-LightItalic"), url(overused-grotesk-light-italic.woff2) format("woff2");
|
||||
}
|
||||
/* overused-grotesk-light */
|
||||
@font-face {
|
||||
font-family: Overused Grotesk;
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local("Overused Grotesk Light"), local("OverusedGrotesk-Light"), url(overused-grotesk-light.woff2) format("woff2");
|
||||
}
|
||||
/* overused-grotesk-italic */
|
||||
@font-face {
|
||||
font-family: Overused Grotesk;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local("Overused Grotesk Italic"), local("OverusedGrotesk-Italic"), url(overused-grotesk-italic.woff2) format("woff2");
|
||||
}
|
||||
/* overused-grotesk-extrabold-italic */
|
||||
@font-face {
|
||||
font-family: Overused Grotesk;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local("Overused Grotesk ExtraBold Italic"), local("OverusedGrotesk-ExtraBoldItalic"), url(overused-grotesk-extrabold-italic.woff2) format("woff2");
|
||||
}
|
||||
/* overused-grotesk-extrabold */
|
||||
@font-face {
|
||||
font-family: Overused Grotesk;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local("Overused Grotesk ExtraBold"), local("OverusedGrotesk-ExtraBold"), url(overused-grotesk-extrabold.woff2) format("woff2");
|
||||
}
|
||||
/* overused-grotesk-bold-italic */
|
||||
@font-face {
|
||||
font-family: Overused Grotesk;
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: local("Overused Grotesk Bold Italic"), local("OverusedGrotesk-BoldItalic"), url(overused-grotesk-bold-italic.woff2) format("woff2");
|
||||
}
|
||||
/* overused-grotesk-bold */
|
||||
@font-face {
|
||||
font-family: Overused Grotesk;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local("Overused Grotesk Bold"), local("OverusedGrotesk-Bold"), url(overused-grotesk-bold.woff2) format("woff2");
|
||||
}
|
||||
/* overused-grotesk-black-italic */
|
||||
@font-face {
|
||||
font-family: Overused Grotesk;
|
||||
font-style: italic;
|
||||
font-weight: 900;
|
||||
src: local("Overused Grotesk Black Italic"), local("OverusedGrotesk-BlackItalic"), url(overused-grotesk-black-italic.woff2) format("woff2");
|
||||
}
|
||||
/* overused-grotesk-black */
|
||||
@font-face {
|
||||
font-family: Overused Grotesk;
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: local("Overused Grotesk Black"), local("OverusedGrotesk-Black"), url(overused-grotesk-black.woff2) format("woff2");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user