How to Setup Default Zoom in Safari
Create a separate css file as below:
body {
zoom: 130%;
}
On safari, Select Preference >> Advanced
Under style sheet select your file
body {
zoom: 130%;
}
Save the file as anyfilename.css and place the file in a convenient place.
Note: When using the text editor, remember to save the file as plain text file instead of default rich text format. Select "Format" and then select "Make plain text". Also make sure that the file extension is .css instead of .txt
On safari, Select Preference >> Advanced
Under style sheet select your file
*****
Comments
Post a Comment