Update font

This commit is contained in:
Hoang Huu
2019-09-28 14:21:28 +07:00
parent ab7b289eeb
commit f7b1996b75
25 changed files with 96 additions and 81 deletions

View File

@@ -61,7 +61,7 @@
<?php if ( $property->latitude && $property->longitude ) : ?>
<a href="<?php echo esc_url( $property->get_google_map_link() ); ?>" rel="nofollow" target="_blank">
<span class="property-view-map">
<i class="fa fa-map-marker"></i>
<i class="fas fa-map-marker-alt"></i>
</span>
</a>
<?php endif; ?>