2024-05-02 04:47:21 +03:00
|
|
|
{ style, ... }: {
|
|
|
|
text = ''
|
|
|
|
* {
|
|
|
|
/* `otf-font-awesome` is required to be installed for icons */
|
2024-05-04 09:23:33 +03:00
|
|
|
font-family: "${style.font.serif.name}", "Terminess Nerd Font Propo";
|
2024-05-02 04:47:21 +03:00
|
|
|
font-size: ${toString(style.font.size.desktop)}px;
|
|
|
|
}
|
|
|
|
'';
|
|
|
|
}
|