adding more fonts and fixing how they are referenced
This commit is contained in:
parent
6241539cb3
commit
a14e1b20c0
BIN
src/public/fonts/RobotoMono/RobotoMono-Bold.woff2
Normal file
BIN
src/public/fonts/RobotoMono/RobotoMono-Bold.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/RobotoMono/RobotoMono-BoldItalic.woff2
Normal file
BIN
src/public/fonts/RobotoMono/RobotoMono-BoldItalic.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
src/public/fonts/RobotoMono/RobotoMono-Italic.woff2
Normal file
BIN
src/public/fonts/RobotoMono/RobotoMono-Italic.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/RobotoMono/RobotoMono-Regular.woff2
Normal file
BIN
src/public/fonts/RobotoMono/RobotoMono-Regular.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/RobotoMono/RobotoMono-SemiBold.woff2
Normal file
BIN
src/public/fonts/RobotoMono/RobotoMono-SemiBold.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/RobotoMono/RobotoMono-SemiBoldItalic.woff2
Normal file
BIN
src/public/fonts/RobotoMono/RobotoMono-SemiBoldItalic.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/RobotoMono/RobotoMono-VariableFont_wght.woff2
Normal file
BIN
src/public/fonts/RobotoMono/RobotoMono-VariableFont_wght.woff2
Normal file
Binary file not shown.
@ -3,7 +3,7 @@
|
|||||||
@import 'tailwindcss/utilities';
|
@import 'tailwindcss/utilities';
|
||||||
|
|
||||||
@import 'animations.css';
|
@import 'animations.css';
|
||||||
@import 'typography.css';
|
@import 'fontfaces.css';
|
||||||
|
|
||||||
@import 'components/buttons.css';
|
@import 'components/buttons.css';
|
||||||
@import 'components/cards.css';
|
@import 'components/cards.css';
|
||||||
|
@ -2,6 +2,58 @@
|
|||||||
/** | Sans fonts | **/
|
/** | Sans fonts | **/
|
||||||
/** +--------------------------------+ **/
|
/** +--------------------------------+ **/
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "OpenSans";
|
||||||
|
src: url('/fonts/OpenSans/OpenSans-Regular.woff2') format("woff2");
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "OpenSans";
|
||||||
|
src: url('/fonts/OpenSans/OpenSans-Italic.woff2') format("woff2");
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "OpenSans";
|
||||||
|
src: url('/fonts/OpenSans/OpenSans-SemiBold.woff2') format("woff2");
|
||||||
|
font-weight: 600;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "OpenSans";
|
||||||
|
src: url('/fonts/OpenSans/OpenSans-SemiBoldItalic.woff2') format("woff2");
|
||||||
|
font-weight: 600;
|
||||||
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "OpenSans";
|
||||||
|
src: url('/fonts/OpenSans/OpenSans-Bold.woff2') format("woff2");
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "OpenSans";
|
||||||
|
src: url('/fonts/OpenSans/OpenSans-BoldItalic.woff2') format("woff2");
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** +--------------------------------+ **/
|
||||||
|
/** | Serif fonts | **/
|
||||||
|
/** +--------------------------------+ **/
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Nunito";
|
font-family: "Nunito";
|
||||||
src: url('/fonts/Nunito/Nunito-Regular.woff2') format("woff2");
|
src: url('/fonts/Nunito/Nunito-Regular.woff2') format("woff2");
|
||||||
@ -50,12 +102,6 @@
|
|||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** +--------------------------------+ **/
|
|
||||||
/** | Serif fonts | **/
|
|
||||||
/** +--------------------------------+ **/
|
|
||||||
|
|
||||||
/**/
|
|
||||||
|
|
||||||
/** +--------------------------------+ **/
|
/** +--------------------------------+ **/
|
||||||
/** | Monospace fonts | **/
|
/** | Monospace fonts | **/
|
||||||
/** +--------------------------------+ **/
|
/** +--------------------------------+ **/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user