integarting admin dashboard
This commit is contained in:
45
public/Dashboard/scss/common/dark/_fonts.scss
Normal file
45
public/Dashboard/scss/common/dark/_fonts.scss
Normal file
@ -0,0 +1,45 @@
|
||||
@font-face {
|
||||
font-family: 'Nunito';
|
||||
src: url('../../fonts/Nunito/Nunito-Light.eot');
|
||||
src: url('../../fonts/Nunito/Nunito-Light.eot?#iefix') format('embedded-opentype'),
|
||||
url('../../fonts/Nunito/Nunito-Light.woff2') format('woff2'),
|
||||
url('../../fonts/Nunito/Nunito-Light.woff') format('woff'),
|
||||
url('../../fonts/Nunito/Nunito-Light.ttf') format('truetype');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Nunito';
|
||||
src: url('../../fonts/Nunito/Nunito-Bold.eot');
|
||||
src: url('../../fonts/Nunito/Nunito-Bold.eot?#iefix') format('embedded-opentype'),
|
||||
url('../../fonts/Nunito/Nunito-Bold.woff2') format('woff2'),
|
||||
url('../../fonts/Nunito/Nunito-Bold.woff') format('woff'),
|
||||
url('../../fonts/Nunito/Nunito-Bold.ttf') format('truetype');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Nunito';
|
||||
src: url('../../fonts/Nunito/Nunito-SemiBold.eot');
|
||||
src: url('../../fonts/Nunito/Nunito-SemiBold.eot?#iefix') format('embedded-opentype'),
|
||||
url('../../fonts/Nunito/Nunito-SemiBold.woff2') format('woff2'),
|
||||
url('../../fonts/Nunito/Nunito-SemiBold.woff') format('woff'),
|
||||
url('../../fonts/Nunito/Nunito-SemiBold.ttf') format('truetype');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Nunito';
|
||||
src: url('../../fonts/Nunito/Nunito-Regular.eot');
|
||||
src: url('../../fonts/Nunito/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
|
||||
url('../../fonts/Nunito/Nunito-Regular.woff2') format('woff2'),
|
||||
url('../../fonts/Nunito/Nunito-Regular.woff') format('woff'),
|
||||
url('../../fonts/Nunito/Nunito-Regular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user