mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
35 lines
769 B
CSS
35 lines
769 B
CSS
|
@font-face {
|
||
|
font-family: 'Nylas-Pro';
|
||
|
font-style: normal;
|
||
|
font-weight: 200;
|
||
|
src: url('nylas://screenshot-mode/assets/BLOKKNeue-Regular.otf');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Nylas-Pro';
|
||
|
font-style: normal;
|
||
|
font-weight: 300;
|
||
|
src: url('nylas://screenshot-mode/assets/BLOKKNeue-Regular.otf');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Nylas-Pro';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url('nylas://screenshot-mode/assets/BLOKKNeue-Regular.otf');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Nylas-Pro';
|
||
|
font-style: normal;
|
||
|
font-weight: 500;
|
||
|
src: url('nylas://screenshot-mode/assets/BLOKKNeue-Regular.otf');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Nylas-Pro';
|
||
|
font-style: normal;
|
||
|
font-weight: 600;
|
||
|
src: url('nylas://screenshot-mode/assets/BLOKKNeue-Regular.otf');
|
||
|
}
|