mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 13:03:22 +00:00
15 lines
337 B
CSS
15 lines
337 B
CSS
@font-face {
|
|
font-family: "Material Icons";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src:
|
|
local("Material Icons"),
|
|
local("MaterialIcons-Regular"),
|
|
url("../fonts/MaterialIcons-Regular.ttf") format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Montserrat;
|
|
src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
|
|
}
|