35 lines
999 B
CSS
35 lines
999 B
CSS
|
/* Font Definitions */
|
||
|
@font-face {
|
||
|
font-family: 'Inter';
|
||
|
font-style: normal;
|
||
|
font-weight: 300;
|
||
|
src: local(''),
|
||
|
url('/static/fonts/inter-v12-latin-300.woff2') format('woff2'),
|
||
|
url('/static/fonts/inter-v12-latin-300.woff') format('woff');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Inter';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: local(''),
|
||
|
url('/static/fonts/inter-v12-latin-regular.woff2') format('woff2'),
|
||
|
url('/static/fonts/inter-v12-latin-regular.woff') format('woff');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Inter';
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
src: local(''),
|
||
|
url('/static/fonts/inter-v12-latin-700.woff2') format('woff2'),
|
||
|
url('/static/fonts/inter-v12-latin-700.woff') format('woff');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-display: swap;
|
||
|
font-family: 'Material Icons Round';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url('/static/fonts/material-icons-round-v108-latin-regular.woff2') format('woff2');
|
||
|
}
|