Sõnastik Plugin

Font - Font -  Font method can change font of any object - Метод Font позволяет изменить шрифт любого объекта Näide: .p1 { font-family: "Times New Roman", Times, serif; } .p2 { font-family: Arial, Helvetica, sans-serif; } .p3 { font-family: "Lucida Console", "Courier New", monospace; }
1 2 3 4 5 6