mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 12:53:24 +00:00
29 lines
441 B
CSS
29 lines
441 B
CSS
@font-face {
|
|
font-family: "Inter";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(data-base64:~assets/inter/regular.ttf);
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: bold;
|
|
font-weight: 700;
|
|
src: url(data-base64:~assets/inter/bold.ttf);
|
|
}
|
|
|
|
body, html {
|
|
font-family: "Inter", Arial, Helvetica, sans-serif;
|
|
font-size: 13px;
|
|
}
|
|
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
button {
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
}
|