by matt | Nov 2, 2017 | Other
Open up the root folder of your project on the old domain and look for the file called. : .htaccess ( If you can’t find it just create one in your text editor) Then just add the following snippet in there: Options +FollowSymLinks RewriteEngine On RewriteBase /...
by matt | Aug 24, 2014 | Other, Uncategorized
Add this line to the head section of the html document. Assign the font to HTML tags p {font-family: 'Open Sans', sans-serif; } You can find all available Google fonts here:...