|
1 |
| -@font-face { |
2 |
| - font-family: 'Open Sans'; |
3 |
| - font-style: normal; |
4 |
| - font-weight: 400; |
5 |
| - src: local('Open Sans'), local('OpenSans'), url(opensans.woff) format('woff'); |
| 1 | +/* This Source Code Form is subject to the terms of the Mozilla Public |
| 2 | + * License, v. 2.0. If a copy of the MPL was not distributed with this file, |
| 3 | + * You can obtain one at http://mozilla.org/MPL/2.0/. |
| 4 | + * |
| 5 | + * This Source Code Form is "Incompatible With Secondary Licenses", as |
| 6 | + * defined by the Mozilla Public License, v. 2.0. */ |
| 7 | + |
| 8 | +@font-face{ |
| 9 | + font-family: 'Fira Sans'; |
| 10 | + src: local('Fira Sans'), local('FiraSans'), |
| 11 | + url('fira/FiraSans-Regular.woff') format('woff'); |
| 12 | + font-weight: 400; |
| 13 | + font-style: normal; |
| 14 | +} |
| 15 | + |
| 16 | +@font-face{ |
| 17 | + font-family: 'Fira Sans'; |
| 18 | + src: local('Fira Sans Italic'), local('FiraSansItalic'), |
| 19 | + url('fira/FiraSans-Italic.woff') format('woff'); |
| 20 | + font-weight: 400; |
| 21 | + font-style: italic; |
| 22 | +} |
| 23 | + |
| 24 | +@font-face{ |
| 25 | + font-family: 'Fira Sans'; |
| 26 | + src: local('Fira Sans SemiBold'), local('FiraSansSemiBold'), |
| 27 | + url('fira/FiraSans-SemiBold.woff') format('woff'); |
| 28 | + font-weight: 600; |
| 29 | + font-style: normal; |
| 30 | +} |
| 31 | + |
| 32 | +@font-face{ |
| 33 | + font-family: 'Fira Sans'; |
| 34 | + src: local('Fira Sans SemiBold Italic'), local('FiraSansSemiBoldItalic'), |
| 35 | + url('fira/FiraSans-SemiBoldItalic.woff') format('woff'); |
| 36 | + font-weight: 600; |
| 37 | + font-style: italic; |
6 | 38 | }
|
7 | 39 |
|
8 |
| -@font-face { |
9 |
| - font-family: 'Open Sans'; |
10 |
| - font-style: normal; |
11 |
| - font-weight: 600; |
12 |
| - src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(opensans-semibold.woff) format('woff'); |
| 40 | +@font-face{ |
| 41 | + font-family: 'Fira Sans'; |
| 42 | + src: local('Fira Sans Bold'), local('FiraSansBold'), |
| 43 | + url('fira/FiraSans-Bold.woff') format('woff'); |
| 44 | + font-weight: 700; |
| 45 | + font-style: normal; |
13 | 46 | }
|
14 | 47 |
|
15 |
| -@font-face { |
16 |
| - font-family: 'Open Sans'; |
17 |
| - font-style: normal; |
18 |
| - font-weight: 700; |
19 |
| - src: local('Open Sans Bold'), local('OpenSans-Bold'), url(opensans-bold.woff) format('woff'); |
| 48 | +@font-face{ |
| 49 | + font-family: 'Fira Sans'; |
| 50 | + src: local('Fira Sans Bold Italic'), local('FiraSansBoldItalic'), |
| 51 | + url('fira/FiraSans-BoldItalic.woff') format('woff'); |
| 52 | + font-weight: 700; |
| 53 | + font-style: italic; |
| 54 | +} |
| 55 | + |
| 56 | +@font-face{ |
| 57 | + font-family: 'Fira Mono'; |
| 58 | + src: local('Fira Mono'), local('FiraMono'), |
| 59 | + url('fira/FiraMono-Regular.woff') format('woff'); |
| 60 | + font-weight: 400; |
| 61 | + font-style: normal; |
| 62 | +} |
| 63 | + |
| 64 | +@font-face{ |
| 65 | + font-family: 'Fira Mono'; |
| 66 | + src: local('Fira Mono Bold'), local('FiraMonoBold'), |
| 67 | + url('fira/FiraMono-Bold.woff') format('woff'); |
| 68 | + font-weight: 600; |
| 69 | + font-style: normal; |
20 | 70 | }
|
21 | 71 |
|
22 | 72 | body {
|
|
30 | 80 | }
|
31 | 81 |
|
32 | 82 | body, td, th, input, select, option, optgroup, .text_input {
|
33 |
| - font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; |
| 83 | + font-family: "Fira Sans", "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; |
34 | 84 | }
|
35 | 85 |
|
36 | 86 | /* security group colouring */
|
@@ -458,7 +508,7 @@ table.edit_form hr {
|
458 | 508 | }
|
459 | 509 |
|
460 | 510 | .bz_comment pre, #comment {
|
461 |
| - font: 13px/1.2 "Droid Sans Mono", Menlo, Monaco, "Courier New", Courier, monospace; |
| 511 | + font: 13px/1.2 "Fira Mono", "Droid Sans Mono", Menlo, Monaco, "Courier New", Courier, monospace; |
462 | 512 | }
|
463 | 513 |
|
464 | 514 | .bz_first_comment_head, .bz_comment_head {
|
|
0 commit comments