mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add luci-theme-alpha
This commit is contained in:
parent
9348ce096b
commit
9fcf5fd5b6
62 changed files with 5241 additions and 0 deletions
BIN
luci-theme-alpha/luasrc/fonts/Inter-Black.woff2
Normal file
BIN
luci-theme-alpha/luasrc/fonts/Inter-Black.woff2
Normal file
Binary file not shown.
BIN
luci-theme-alpha/luasrc/fonts/Inter-Bold.woff2
Normal file
BIN
luci-theme-alpha/luasrc/fonts/Inter-Bold.woff2
Normal file
Binary file not shown.
BIN
luci-theme-alpha/luasrc/fonts/Inter-ExtraBold.woff2
Normal file
BIN
luci-theme-alpha/luasrc/fonts/Inter-ExtraBold.woff2
Normal file
Binary file not shown.
BIN
luci-theme-alpha/luasrc/fonts/Inter-ExtraLight.woff2
Normal file
BIN
luci-theme-alpha/luasrc/fonts/Inter-ExtraLight.woff2
Normal file
Binary file not shown.
BIN
luci-theme-alpha/luasrc/fonts/Inter-Light.woff2
Normal file
BIN
luci-theme-alpha/luasrc/fonts/Inter-Light.woff2
Normal file
Binary file not shown.
BIN
luci-theme-alpha/luasrc/fonts/Inter-Medium.woff2
Normal file
BIN
luci-theme-alpha/luasrc/fonts/Inter-Medium.woff2
Normal file
Binary file not shown.
BIN
luci-theme-alpha/luasrc/fonts/Inter-Regular.woff2
Normal file
BIN
luci-theme-alpha/luasrc/fonts/Inter-Regular.woff2
Normal file
Binary file not shown.
BIN
luci-theme-alpha/luasrc/fonts/Inter-SemiBold.woff2
Normal file
BIN
luci-theme-alpha/luasrc/fonts/Inter-SemiBold.woff2
Normal file
Binary file not shown.
BIN
luci-theme-alpha/luasrc/fonts/Inter-Thin.woff2
Normal file
BIN
luci-theme-alpha/luasrc/fonts/Inter-Thin.woff2
Normal file
Binary file not shown.
BIN
luci-theme-alpha/luasrc/fonts/Quicksand-Bold.ttf
Normal file
BIN
luci-theme-alpha/luasrc/fonts/Quicksand-Bold.ttf
Normal file
Binary file not shown.
BIN
luci-theme-alpha/luasrc/fonts/Quicksand-Light.ttf
Normal file
BIN
luci-theme-alpha/luasrc/fonts/Quicksand-Light.ttf
Normal file
Binary file not shown.
BIN
luci-theme-alpha/luasrc/fonts/Quicksand-Medium.ttf
Normal file
BIN
luci-theme-alpha/luasrc/fonts/Quicksand-Medium.ttf
Normal file
Binary file not shown.
BIN
luci-theme-alpha/luasrc/fonts/Quicksand-Regular.ttf
Normal file
BIN
luci-theme-alpha/luasrc/fonts/Quicksand-Regular.ttf
Normal file
Binary file not shown.
BIN
luci-theme-alpha/luasrc/fonts/Quicksand-SemiBold.ttf
Normal file
BIN
luci-theme-alpha/luasrc/fonts/Quicksand-SemiBold.ttf
Normal file
Binary file not shown.
71
luci-theme-alpha/luasrc/fonts/stylesheet.css
Normal file
71
luci-theme-alpha/luasrc/fonts/stylesheet.css
Normal file
|
@ -0,0 +1,71 @@
|
|||
@font-face {
|
||||
font-family: 'Inter';
|
||||
src: url('Inter-Thin.woff2') format('woff2');
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
src: url('Inter-ExtraLight.woff2') format('woff2');
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
src: url('Inter-Light.woff2') format('woff2');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
src: url('Inter-Regular.woff2') format('woff2');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
src: url('Inter-Medium.woff2') format('woff2');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
src: url('Inter-SemiBold.woff2') format('woff2');
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
src: url('Inter-Bold.woff2') format('woff2');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
src: url('Inter-ExtraBold.woff2') format('woff2');
|
||||
font-weight: 800;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
src: url('Inter-Black.woff2') format('woff2');
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue