79 lines
2.2 KiB
CSS
79 lines
2.2 KiB
CSS
@font-face {
|
|
font-family: 'Nunito Sans';
|
|
font-style: normal;
|
|
font-weight: 200;
|
|
src: local(''),
|
|
url('./fonts/nunito-sans-v6-latin-ext_latin-200.woff2') format('woff2'),
|
|
url('./fonts/nunito-sans-v6-latin-ext_latin-200.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Nunito Sans';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: local(''),
|
|
url('./fonts/nunito-sans-v6-latin-ext_latin-300.woff2') format('woff2'),
|
|
url('./fonts/nunito-sans-v6-latin-ext_latin-300.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Nunito Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local(''),
|
|
url('./fonts/nunito-sans-v6-latin-ext_latin-regular.woff2') format('woff2'),
|
|
url('./fonts/nunito-sans-v6-latin-ext_latin-regular.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Nunito Sans';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: local(''),
|
|
url('./fonts/nunito-sans-v6-latin-ext_latin-italic.woff2') format('woff2'),
|
|
url('./fonts/nunito-sans-v6-latin-ext_latin-italic.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Nunito Sans';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
src: local(''),
|
|
url('./fonts/nunito-sans-v6-latin-ext_latin-600.woff2') format('woff2'),
|
|
url('./fonts/nunito-sans-v6-latin-ext_latin-600.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Nunito Sans';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: local(''),
|
|
url('./fonts/nunito-sans-v6-latin-ext_latin-700.woff2') format('woff2'),
|
|
url('./fonts/nunito-sans-v6-latin-ext_latin-700.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Nunito Sans';
|
|
font-style: normal;
|
|
font-weight: 800;
|
|
src: local(''),
|
|
url('./fonts/nunito-sans-v6-latin-ext_latin-800.woff2') format('woff2'),
|
|
url('./fonts/nunito-sans-v6-latin-ext_latin-800.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Nunito Sans';
|
|
font-style: normal;
|
|
font-weight: 900;
|
|
src: local(''),
|
|
url('./fonts/nunito-sans-v6-latin-ext_latin-900.woff2') format('woff2'),
|
|
url('./fonts/nunito-sans-v6-latin-ext_latin-900.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'bootstrap-icons';
|
|
font-display: block;
|
|
src: url('./fonts/bootstrap-icons.woff2') format('woff2'),
|
|
url('./fonts/bootstrap-icons.woff') format('woff');
|
|
}
|