forked from mozilla/Fira
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfira-mono.less
More file actions
23 lines (21 loc) · 722 Bytes
/
fira-mono.less
File metadata and controls
23 lines (21 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* Fira Mono specimen */
@font-face{
font-family: 'Fira Mono';
src: url('eot/FiraMono-Regular.eot');
src: local('Fira Mono'),
url('eot/FiraMono-Regular.eot') format('embedded-opentype'),
url('woff/FiraMono-Regular.woff') format('woff'),
url('ttf/FiraMono-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face{
font-family: 'Fira Mono';
src: url('eot/FiraMono-Bold.eot');
src: local('Fira Mono Bold'),
url('eot/FiraMono-Bold.eot') format('embedded-opentype'),
url('woff/FiraMono-Bold.woff') format('woff'),
url('ttf/FiraMono-Bold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}