File tree 1 file changed +12
-4
lines changed
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 49
49
font-style : normal;
50
50
}
51
51
52
+ @font-face {
53
+ font-family : 'Fira Sans' ;
54
+ src : url (/fonts/FiraSans/FiraSans-Book.woff2) format ('woff2' ),
55
+ url (/fonts/FiraSans/FiraSans-Book.woff) format ('woff' );
56
+ font-weight : normal;
57
+ font-style : normal;
58
+ }
59
+
60
+
52
61
/* General structure */
53
62
54
63
html {
@@ -360,8 +369,7 @@ th.select_header a:hover {
360
369
}
361
370
362
371
td {
363
- font-family : 'Fira Sans UltraLight' , sans-serif;
364
- font-weight : bold;
372
+ font-family : 'Fira Sans' , Arial, sans-serif;
365
373
font-size : 13px ;
366
374
padding : 0.5em ;
367
375
border : 1px solid rgba (0 , 0 , 0 , 0.05 );
@@ -513,7 +521,7 @@ table tr td.no_highligth {
513
521
}
514
522
515
523
.searchedTerm {
516
- font-family : 'Fira Sans UltraLight' , sans-serif;
524
+ font-family : 'Fira Sans UltraLight' , Arial , sans-serif;
517
525
font-style : italic;
518
526
opacity : 0.8 ;
519
527
font-variant : normal;
@@ -738,7 +746,7 @@ input[type="checkbox"]:disabled + label {
738
746
739
747
# clear_search : before {
740
748
content : "×" ;
741
- font-family : 'Fira Sans UltraLight' , sans-serif;
749
+ font-family : 'Fira Sans UltraLight' , Arial , sans-serif;
742
750
font-size : 2.5em ;
743
751
line-height : 0.5em ;
744
752
}
You can’t perform that action at this time.
0 commit comments