Compare commits
4 Commits
6cf7a5e3d1
...
bb24f5bdbb
Author | SHA1 | Date | |
---|---|---|---|
bb24f5bdbb | |||
73012a0ff9 | |||
b1628ce7eb | |||
a059f3f13b |
0
src/resources/css/components/accordian-menus.css
Normal file
0
src/resources/css/components/accordian-menus.css
Normal file
0
src/resources/css/components/alerts.css
Normal file
0
src/resources/css/components/alerts.css
Normal file
0
src/resources/css/components/breadcrumbs.css
Normal file
0
src/resources/css/components/breadcrumbs.css
Normal file
0
src/resources/css/components/modals.css
Normal file
0
src/resources/css/components/modals.css
Normal file
0
src/resources/css/components/navbars.css
Normal file
0
src/resources/css/components/navbars.css
Normal file
0
src/resources/css/components/pagination.css
Normal file
0
src/resources/css/components/pagination.css
Normal file
0
src/resources/css/elements/links.css
Normal file
0
src/resources/css/elements/links.css
Normal file
0
src/resources/css/elements/pre-codes.css
Normal file
0
src/resources/css/elements/pre-codes.css
Normal file
0
src/resources/css/elements/progress-bars.css
Normal file
0
src/resources/css/elements/progress-bars.css
Normal file
@ -1,135 +0,0 @@
|
||||
@font-face {
|
||||
font-family: "Nunito";
|
||||
src: url('/fonts/Nunito/Nunito-Regular.woff2') format("woff2");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Nunito";
|
||||
src: url('/fonts/Nunito/Nunito-Italic.woff2') format("woff2");
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Nunito";
|
||||
src: url('/fonts/Nunito/Nunito-SemiBold.woff2') format("woff2");
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Nunito";
|
||||
src: url('/fonts/Nunito/Nunito-SemiBoldItalic.woff2') format("woff2");
|
||||
font-weight: 600;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Nunito";
|
||||
src: url('/fonts/Nunito/Nunito-Bold.woff2') format("woff2");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Nunito";
|
||||
src: url('/fonts/Nunito/Nunito-BoldItalic.woff2') format("woff2");
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@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;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "VictorMono";
|
||||
src: url('/fonts/VictorMono/VictorMono-Regular.woff2') format("woff2");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "VictorMono";
|
||||
src: url('/fonts/VictorMono/VictorMono-Italic.woff2') format("woff2");
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "VictorMono";
|
||||
src: url('/fonts/VictorMono/VictorMono-Bold.woff2') format("woff2");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "VictorMono";
|
||||
src: url('/fonts/VictorMono/VictorMono-BoldItalic.woff2') format("woff2");
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "PoiretOne";
|
||||
src: url('/fonts/PoiretOne/PoiretOne-Regular.woff2') format("woff2");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user