/[suikacvs]/markup/html/whatpm/t/css-font.dat
Suika

Diff of /markup/html/whatpm/t/css-font.dat

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by wakaba, Sun Jan 27 08:09:12 2008 UTC revision 1.6 by wakaba, Sun Feb 3 06:00:40 2008 UTC
# Line 257  p { Line 257  p {
257    
258  #data  #data
259  p {  p {
260      font-stretch: normal;
261    }
262    #cssom
263    | <p>
264    |   font-stretch: normal
265    #csstext
266    p {
267      font-stretch: normal;
268    }
269    
270    #data
271    p {
272      font-stretch: wider;
273    }
274    #cssom
275    | <p>
276    |   font-stretch: wider
277    #computed 1 p
278    -| font-stretch: normal
279    +| font-stretch: semi-expanded
280    
281    #data
282    p {
283      font-stretch: narrower;
284    }
285    #cssom
286    | <p>
287    |   font-stretch: narrower
288    #computed 1 p
289    -| font-stretch: normal
290    +| font-stretch: semi-condensed
291    
292    #data
293    p {
294      font-stretch: ultra-condensed;
295    }
296    #cssom
297    | <p>
298    |   font-stretch: ultra-condensed
299    
300    #data
301    p {
302      font-stretch: extra-condensed;
303    }
304    #cssom
305    | <p>
306    |   font-stretch: extra-condensed
307    
308    #data
309    p {
310      font-stretch: condensed;
311    }
312    #cssom
313    | <p>
314    |   font-stretch: condensed
315    
316    #data
317    p {
318      font-stretch: semi-condensed;
319    }
320    #cssom
321    | <p>
322    |   font-stretch: semi-condensed
323    
324    #data
325    p {
326      font-stretch: semi-expanded;
327    }
328    #cssom
329    | <p>
330    |   font-stretch: semi-expanded
331    
332    #data
333    p {
334      font-stretch: expanded
335    }
336    #cssom
337    | <p>
338    |   font-stretch: expanded
339    
340    #data
341    p {
342      font-stretch: extra-expanded;
343    }
344    #cssom
345    | <p>
346    |   font-stretch: extra-expanded
347    
348    #data
349    p {
350      font-stretch: ultra-expanded;
351    }
352    #cssom
353    | <p>
354    |   font-stretch: ultra-expanded
355    
356    #data
357    p {
358      font-stretch: inherit;
359    }
360    #cssom
361    | <p>
362    |   font-stretch: inherit
363    #computed 1 p
364    #computedtext 1 p
365    
366    #data
367    p {
368    font-size: 0;    font-size: 0;
369  }  }
370  #cssom  #cssom
# Line 615  p { Line 723  p {
723    
724  #data  #data
725  p {  p {
726      font-size-adjust: 1;
727    }
728    #cssom
729    | <p>
730    |   font-size-adjust: 1
731    #csstext
732    p {
733      font-size-adjust: 1;
734    }
735    #computed 1 p
736    -| font-size-adjust: none
737    +| font-size-adjust: 1
738    #computedtext 1 p
739    -  font-size-adjust: none;
740    +  font-size-adjust: 1;
741    
742    #data
743    p {
744      font-size-adjust : +2
745    }
746    #cssom
747    | <p>
748    |   font-size-adjust: 2
749    
750    #data
751    p {
752      font-size-adjust: 0010.4400;
753    }
754    #cssom
755    | <p>
756    |   font-size-adjust: 10.44
757    
758    #data
759    p {
760      font-size-adjust: -44.4
761    }
762    #cssom
763    | <p>
764    |   font-size-adjust: -44.4
765    
766    #data
767    p {
768      font-size-adjust: none;
769    }
770    #cssom
771    | <p>
772    |   font-size-adjust: none
773    #csstext
774    p {
775      font-size-adjust: none;
776    }
777    #computed 1 p
778    #computedtext 1 p
779    
780    #data
781    p {
782      font-size-adjust: inherit;
783    }
784    #cssom
785    | <p>
786    |   font-size-adjust: inherit
787    #csstext
788    p {
789      font-size-adjust: inherit;
790    }
791    #computed 1 p
792    #computedtext 1 p
793    
794    #data
795    p {
796      font-size-ajust: none;
797    }
798    #errors
799    ;2;20;unsupported;property not supported;font-size-ajust
800    #cssom
801    | <p>
802    
803    #data
804    p {
805      font-size-adjast: none;
806    }
807    #errors
808    ;2;21;unsupported;property not supported;font-size-adjast
809    #cssom
810    | <p>
811    
812    #data
813    p {
814    font: 1px serif;    font: 1px serif;
815  }  }
816  #cssom  #cssom
# Line 622  p { Line 818  p {
818  |   font: 1px serif  |   font: 1px serif
819  |   font-family: serif  |   font-family: serif
820  |   font-size: 1px  |   font-size: 1px
821    |   font-size-adjust: none
822    |   font-stretch: normal
823  |   font-style: normal  |   font-style: normal
824  |   font-variant: normal  |   font-variant: normal
825  |   font-weight: normal  |   font-weight: normal
# Line 630  p { Line 828  p {
828  p {  p {
829    font-family: serif;    font-family: serif;
830    font-size: 1px;    font-size: 1px;
831      font-size-adjust: none;
832      font-stretch: normal;
833    font-style: normal;    font-style: normal;
834    font-variant: normal;    font-variant: normal;
835    font-weight: normal;    font-weight: normal;
# Line 645  p { Line 845  p {
845  |   font: 1px serif !important  |   font: 1px serif !important
846  |   font-family: serif !important  |   font-family: serif !important
847  |   font-size: 1px !important  |   font-size: 1px !important
848    |   font-size-adjust: none !important
849    |   font-stretch: normal !important
850  |   font-style: normal !important  |   font-style: normal !important
851  |   font-variant: normal !important  |   font-variant: normal !important
852  |   font-weight: normal !important  |   font-weight: normal !important
# Line 653  p { Line 855  p {
855  p {  p {
856    font-family: serif ! important;    font-family: serif ! important;
857    font-size: 1px ! important;    font-size: 1px ! important;
858      font-size-adjust: none ! important;
859      font-stretch: normal ! important;
860    font-style: normal ! important;    font-style: normal ! important;
861    font-variant: normal ! important;    font-variant: normal ! important;
862    font-weight: normal ! important;    font-weight: normal ! important;
# Line 668  p { Line 872  p {
872  |   font: 1px "inherit"  |   font: 1px "inherit"
873  |   font-family: "inherit"  |   font-family: "inherit"
874  |   font-size: 1px  |   font-size: 1px
875    |   font-size-adjust: none
876    |   font-stretch: normal
877  |   font-style: normal  |   font-style: normal
878  |   font-variant: normal  |   font-variant: normal
879  |   font-weight: normal  |   font-weight: normal
# Line 676  p { Line 882  p {
882  p {  p {
883    font-family: "inherit";    font-family: "inherit";
884    font-size: 1px;    font-size: 1px;
885      font-size-adjust: none;
886      font-stretch: normal;
887    font-style: normal;    font-style: normal;
888    font-variant: normal;    font-variant: normal;
889    font-weight: normal;    font-weight: normal;
# Line 691  p { Line 899  p {
899  |   font: 1px -manakai-default  |   font: 1px -manakai-default
900  |   font-family: -manakai-default  |   font-family: -manakai-default
901  |   font-size: 1px  |   font-size: 1px
902    |   font-size-adjust: none
903    |   font-stretch: normal
904  |   font-style: normal  |   font-style: normal
905  |   font-variant: normal  |   font-variant: normal
906  |   font-weight: normal  |   font-weight: normal
# Line 699  p { Line 909  p {
909  p {  p {
910    font-family: -manakai-default;    font-family: -manakai-default;
911    font-size: 1px;    font-size: 1px;
912      font-size-adjust: none;
913      font-stretch: normal;
914    font-style: normal;    font-style: normal;
915    font-variant: normal;    font-variant: normal;
916    font-weight: normal;    font-weight: normal;
# Line 714  p { Line 926  p {
926  |   font: bolder 1px "Courier New"  |   font: bolder 1px "Courier New"
927  |   font-family: "Courier New"  |   font-family: "Courier New"
928  |   font-size: 1px  |   font-size: 1px
929    |   font-size-adjust: none
930    |   font-stretch: normal
931  |   font-style: normal  |   font-style: normal
932  |   font-variant: normal  |   font-variant: normal
933  |   font-weight: bolder  |   font-weight: bolder
# Line 722  p { Line 936  p {
936  p {  p {
937    font-family: "Courier New";    font-family: "Courier New";
938    font-size: 1px;    font-size: 1px;
939      font-size-adjust: none;
940      font-stretch: normal;
941    font-style: normal;    font-style: normal;
942    font-variant: normal;    font-variant: normal;
943    font-weight: bolder;    font-weight: bolder;
# Line 737  p { Line 953  p {
953  |   font: inherit  |   font: inherit
954  |   font-family: inherit  |   font-family: inherit
955  |   font-size: inherit  |   font-size: inherit
956    |   font-size-adjust: inherit
957    |   font-stretch: inherit
958  |   font-style: inherit  |   font-style: inherit
959  |   font-variant: inherit  |   font-variant: inherit
960  |   font-weight: inherit  |   font-weight: inherit
# Line 745  p { Line 963  p {
963  p {  p {
964    font-family: inherit;    font-family: inherit;
965    font-size: inherit;    font-size: inherit;
966      font-size-adjust: inherit;
967      font-stretch: inherit;
968    font-style: inherit;    font-style: inherit;
969    font-variant: inherit;    font-variant: inherit;
970    font-weight: inherit;    font-weight: inherit;
# Line 760  p { Line 980  p {
980  |   font: inherit !important  |   font: inherit !important
981  |   font-family: inherit !important  |   font-family: inherit !important
982  |   font-size: inherit !important  |   font-size: inherit !important
983    |   font-size-adjust: inherit !important
984    |   font-stretch: inherit !important
985  |   font-style: inherit !important  |   font-style: inherit !important
986  |   font-variant: inherit !important  |   font-variant: inherit !important
987  |   font-weight: inherit !important  |   font-weight: inherit !important
# Line 768  p { Line 990  p {
990  p {  p {
991    font-family: inherit ! important;    font-family: inherit ! important;
992    font-size: inherit ! important;    font-size: inherit ! important;
993      font-size-adjust: inherit ! important;
994      font-stretch: inherit ! important;
995    font-style: inherit ! important;    font-style: inherit ! important;
996    font-variant: inherit ! important;    font-variant: inherit ! important;
997    font-weight: inherit ! important;    font-weight: inherit ! important;
# Line 783  p { Line 1007  p {
1007  | <p>  | <p>
1008  |   font-family: "inherit"  |   font-family: "inherit"
1009  |   font-size: inherit  |   font-size: inherit
1010    |   font-size-adjust: inherit
1011    |   font-stretch: inherit
1012  |   font-style: inherit  |   font-style: inherit
1013  |   font-variant: inherit  |   font-variant: inherit
1014  |   font-weight: inherit  |   font-weight: inherit
# Line 791  p { Line 1017  p {
1017  p {  p {
1018    font-family: "inherit";    font-family: "inherit";
1019    font-size: inherit;    font-size: inherit;
1020      font-size-adjust: inherit;
1021      font-stretch: inherit;
1022    font-style: inherit;    font-style: inherit;
1023    font-variant: inherit;    font-variant: inherit;
1024    font-weight: inherit;    font-weight: inherit;
# Line 806  p { Line 1034  p {
1034  | <p>  | <p>
1035  |   font-family: inherit  |   font-family: inherit
1036  |   font-size: 16px  |   font-size: 16px
1037    |   font-size-adjust: inherit
1038    |   font-stretch: inherit
1039  |   font-style: inherit  |   font-style: inherit
1040  |   font-variant: inherit  |   font-variant: inherit
1041  |   font-weight: inherit  |   font-weight: inherit
# Line 814  p { Line 1044  p {
1044  p {  p {
1045    font-family: inherit;    font-family: inherit;
1046    font-size: 16px;    font-size: 16px;
1047      font-size-adjust: inherit;
1048      font-stretch: inherit;
1049    font-style: inherit;    font-style: inherit;
1050    font-variant: inherit;    font-variant: inherit;
1051    font-weight: inherit;    font-weight: inherit;
# Line 829  p { Line 1061  p {
1061  | <p>  | <p>
1062  |   font-family: inherit  |   font-family: inherit
1063  |   font-size: inherit  |   font-size: inherit
1064    |   font-size-adjust: inherit
1065    |   font-stretch: inherit
1066  |   font-style: inherit  |   font-style: inherit
1067  |   font-variant: inherit !important  |   font-variant: inherit !important
1068  |   font-weight: inherit  |   font-weight: inherit
# Line 837  p { Line 1071  p {
1071  p {  p {
1072    font-family: inherit;    font-family: inherit;
1073    font-size: inherit;    font-size: inherit;
1074      font-size-adjust: inherit;
1075      font-stretch: inherit;
1076    font-style: inherit;    font-style: inherit;
1077    font-variant: inherit ! important;    font-variant: inherit ! important;
1078    font-weight: inherit;    font-weight: inherit;
# Line 852  p { Line 1088  p {
1088  | <p>  | <p>
1089  |   font-family: inherit  |   font-family: inherit
1090  |   font-size: inherit  |   font-size: inherit
1091    |   font-size-adjust: inherit
1092    |   font-stretch: inherit
1093  |   font-style: inherit  |   font-style: inherit
1094  |   font-variant: inherit  |   font-variant: inherit
1095  |   font-weight: bolder  |   font-weight: bolder
# Line 860  p { Line 1098  p {
1098  p {  p {
1099    font-family: inherit;    font-family: inherit;
1100    font-size: inherit;    font-size: inherit;
1101      font-size-adjust: inherit;
1102      font-stretch: inherit;
1103    font-style: inherit;    font-style: inherit;
1104    font-variant: inherit;    font-variant: inherit;
1105    font-weight: bolder;    font-weight: bolder;
# Line 888  p { Line 1128  p {
1128  |   font: 800 12px serif  |   font: 800 12px serif
1129  |   font-family: serif  |   font-family: serif
1130  |   font-size: 12px  |   font-size: 12px
1131    |   font-size-adjust: none
1132    |   font-stretch: normal
1133  |   font-style: normal  |   font-style: normal
1134  |   font-variant: normal  |   font-variant: normal
1135  |   font-weight: 800  |   font-weight: 800
# Line 896  p { Line 1138  p {
1138  p {  p {
1139    font-family: serif;    font-family: serif;
1140    font-size: 12px;    font-size: 12px;
1141      font-size-adjust: none;
1142      font-stretch: normal;
1143    font-style: normal;    font-style: normal;
1144    font-variant: normal;    font-variant: normal;
1145    font-weight: 800;    font-weight: 800;
# Line 911  p { Line 1155  p {
1155  |   font: 800 12px serif  |   font: 800 12px serif
1156  |   font-family: serif  |   font-family: serif
1157  |   font-size: 12px  |   font-size: 12px
1158    |   font-size-adjust: none
1159    |   font-stretch: normal
1160  |   font-style: normal  |   font-style: normal
1161  |   font-variant: normal  |   font-variant: normal
1162  |   font-weight: 800  |   font-weight: 800
# Line 919  p { Line 1165  p {
1165  p {  p {
1166    font-family: serif;    font-family: serif;
1167    font-size: 12px;    font-size: 12px;
1168      font-size-adjust: none;
1169      font-stretch: normal;
1170    font-style: normal;    font-style: normal;
1171    font-variant: normal;    font-variant: normal;
1172    font-weight: 800;    font-weight: 800;
# Line 934  p { Line 1182  p {
1182  |   font: 800 12px serif  |   font: 800 12px serif
1183  |   font-family: serif  |   font-family: serif
1184  |   font-size: 12px  |   font-size: 12px
1185    |   font-size-adjust: none
1186    |   font-stretch: normal
1187  |   font-style: normal  |   font-style: normal
1188  |   font-variant: normal  |   font-variant: normal
1189  |   font-weight: 800  |   font-weight: 800
# Line 942  p { Line 1192  p {
1192  p {  p {
1193    font-family: serif;    font-family: serif;
1194    font-size: 12px;    font-size: 12px;
1195      font-size-adjust: none;
1196      font-stretch: normal;
1197    font-style: normal;    font-style: normal;
1198    font-variant: normal;    font-variant: normal;
1199    font-weight: 800;    font-weight: 800;
# Line 970  p { Line 1222  p {
1222  |   font: 800 12px serif  |   font: 800 12px serif
1223  |   font-family: serif  |   font-family: serif
1224  |   font-size: 12px  |   font-size: 12px
1225    |   font-size-adjust: none
1226    |   font-stretch: normal
1227  |   font-style: normal  |   font-style: normal
1228  |   font-variant: normal  |   font-variant: normal
1229  |   font-weight: 800  |   font-weight: 800
# Line 978  p { Line 1232  p {
1232  p {  p {
1233    font-family: serif;    font-family: serif;
1234    font-size: 12px;    font-size: 12px;
1235      font-size-adjust: none;
1236      font-stretch: normal;
1237    font-style: normal;    font-style: normal;
1238    font-variant: normal;    font-variant: normal;
1239    font-weight: 800;    font-weight: 800;
# Line 1018  p { Line 1274  p {
1274  |   font: 800 12px serif  |   font: 800 12px serif
1275  |   font-family: serif  |   font-family: serif
1276  |   font-size: 12px  |   font-size: 12px
1277    |   font-size-adjust: none
1278    |   font-stretch: normal
1279  |   font-style: normal  |   font-style: normal
1280  |   font-variant: normal  |   font-variant: normal
1281  |   font-weight: 800  |   font-weight: 800
# Line 1026  p { Line 1284  p {
1284  p {  p {
1285    font-family: serif;    font-family: serif;
1286    font-size: 12px;    font-size: 12px;
1287      font-size-adjust: none;
1288      font-stretch: normal;
1289    font-style: normal;    font-style: normal;
1290    font-variant: normal;    font-variant: normal;
1291    font-weight: 800;    font-weight: 800;
# Line 1079  p { Line 1339  p {
1339  |   font: 12px serif  |   font: 12px serif
1340  |   font-family: serif  |   font-family: serif
1341  |   font-size: 12px  |   font-size: 12px
1342    |   font-size-adjust: none
1343    |   font-stretch: normal
1344  |   font-style: normal  |   font-style: normal
1345  |   font-variant: normal  |   font-variant: normal
1346  |   font-weight: normal  |   font-weight: normal
# Line 1087  p { Line 1349  p {
1349  p {  p {
1350    font-family: serif;    font-family: serif;
1351    font-size: 12px;    font-size: 12px;
1352      font-size-adjust: none;
1353      font-stretch: normal;
1354    font-style: normal;    font-style: normal;
1355    font-variant: normal;    font-variant: normal;
1356    font-weight: normal;    font-weight: normal;
# Line 1102  p { Line 1366  p {
1366  |   font: 12px serif  |   font: 12px serif
1367  |   font-family: serif  |   font-family: serif
1368  |   font-size: 12px  |   font-size: 12px
1369    |   font-size-adjust: none
1370    |   font-stretch: normal
1371  |   font-style: normal  |   font-style: normal
1372  |   font-variant: normal  |   font-variant: normal
1373  |   font-weight: normal  |   font-weight: normal
# Line 1110  p { Line 1376  p {
1376  p {  p {
1377    font-family: serif;    font-family: serif;
1378    font-size: 12px;    font-size: 12px;
1379      font-size-adjust: none;
1380      font-stretch: normal;
1381    font-style: normal;    font-style: normal;
1382    font-variant: normal;    font-variant: normal;
1383    font-weight: normal;    font-weight: normal;
# Line 1125  p { Line 1393  p {
1393  |   font: 12% serif  |   font: 12% serif
1394  |   font-family: serif  |   font-family: serif
1395  |   font-size: 12%  |   font-size: 12%
1396    |   font-size-adjust: none
1397    |   font-stretch: normal
1398  |   font-style: normal  |   font-style: normal
1399  |   font-variant: normal  |   font-variant: normal
1400  |   font-weight: normal  |   font-weight: normal
# Line 1133  p { Line 1403  p {
1403  p {  p {
1404    font-family: serif;    font-family: serif;
1405    font-size: 12%;    font-size: 12%;
1406      font-size-adjust: none;
1407      font-stretch: normal;
1408    font-style: normal;    font-style: normal;
1409    font-variant: normal;    font-variant: normal;
1410    font-weight: normal;    font-weight: normal;
# Line 1158  p { Line 1430  p {
1430  |   font: 12px serif  |   font: 12px serif
1431  |   font-family: serif  |   font-family: serif
1432  |   font-size: 12px  |   font-size: 12px
1433    |   font-size-adjust: none
1434    |   font-stretch: normal
1435  |   font-style: normal  |   font-style: normal
1436  |   font-variant: normal  |   font-variant: normal
1437  |   font-weight: normal  |   font-weight: normal
# Line 1172  p { Line 1446  p {
1446  |   font: 12px serif  |   font: 12px serif
1447  |   font-family: serif  |   font-family: serif
1448  |   font-size: 12px  |   font-size: 12px
1449    |   font-size-adjust: none
1450    |   font-stretch: normal
1451  |   font-style: normal  |   font-style: normal
1452  |   font-variant: normal  |   font-variant: normal
1453  |   font-weight: normal  |   font-weight: normal
# Line 1186  p { Line 1462  p {
1462  |   font: 12% serif  |   font: 12% serif
1463  |   font-family: serif  |   font-family: serif
1464  |   font-size: 12%  |   font-size: 12%
1465    |   font-size-adjust: none
1466    |   font-stretch: normal
1467  |   font-style: normal  |   font-style: normal
1468  |   font-variant: normal  |   font-variant: normal
1469  |   font-weight: normal  |   font-weight: normal
# Line 1210  p { Line 1488  p {
1488  |   font: 12px serif  |   font: 12px serif
1489  |   font-family: serif  |   font-family: serif
1490  |   font-size: 12px  |   font-size: 12px
1491    |   font-size-adjust: none
1492    |   font-stretch: normal
1493  |   font-style: normal  |   font-style: normal
1494  |   font-variant: normal  |   font-variant: normal
1495  |   font-weight: normal  |   font-weight: normal
# Line 1224  p { Line 1504  p {
1504  |   font: 12px serif  |   font: 12px serif
1505  |   font-family: serif  |   font-family: serif
1506  |   font-size: 12px  |   font-size: 12px
1507    |   font-size-adjust: none
1508    |   font-stretch: normal
1509  |   font-style: normal  |   font-style: normal
1510  |   font-variant: normal  |   font-variant: normal
1511  |   font-weight: normal  |   font-weight: normal
# Line 1238  p { Line 1520  p {
1520  |   font: 12% serif  |   font: 12% serif
1521  |   font-family: serif  |   font-family: serif
1522  |   font-size: 12%  |   font-size: 12%
1523    |   font-size-adjust: none
1524    |   font-stretch: normal
1525  |   font-style: normal  |   font-style: normal
1526  |   font-variant: normal  |   font-variant: normal
1527  |   font-weight: normal  |   font-weight: normal
# Line 1289  p { Line 1573  p {
1573  |   font: 0px serif  |   font: 0px serif
1574  |   font-family: serif  |   font-family: serif
1575  |   font-size: 0px  |   font-size: 0px
1576    |   font-size-adjust: none
1577    |   font-stretch: normal
1578  |   font-style: normal  |   font-style: normal
1579  |   font-variant: normal  |   font-variant: normal
1580  |   font-weight: normal  |   font-weight: normal
# Line 1304  p { Line 1590  p {
1590  |   font: 0px serif  |   font: 0px serif
1591  |   font-family: serif  |   font-family: serif
1592  |   font-size: 0px  |   font-size: 0px
1593    |   font-size-adjust: none
1594    |   font-stretch: normal
1595  |   font-style: normal  |   font-style: normal
1596  |   font-variant: normal  |   font-variant: normal
1597  |   font-weight: normal  |   font-weight: normal
# Line 1318  p { Line 1606  p {
1606  |   font: 0px serif  |   font: 0px serif
1607  |   font-family: serif  |   font-family: serif
1608  |   font-size: 0px  |   font-size: 0px
1609    |   font-size-adjust: none
1610    |   font-stretch: normal
1611  |   font-style: normal  |   font-style: normal
1612  |   font-variant: normal  |   font-variant: normal
1613  |   font-weight: normal  |   font-weight: normal
# Line 1332  p { Line 1622  p {
1622  |   font: 0% serif  |   font: 0% serif
1623  |   font-family: serif  |   font-family: serif
1624  |   font-size: 0%  |   font-size: 0%
1625    |   font-size-adjust: none
1626    |   font-stretch: normal
1627  |   font-style: normal  |   font-style: normal
1628  |   font-variant: normal  |   font-variant: normal
1629  |   font-weight: normal  |   font-weight: normal

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24