23 September 2020

How to Apply Any Font in your Website using font-face rule | CSS

Apply Any Font in your Website using font-face rule | CSS 


 @font-face{

src: url('fonts/Poppins-Regular.ttf');

font-family:poppins;

}

No comments:

Post a Comment

How to create video slider with cuncks of videos without download all videos?

 Create video slider with cuncks of videos without download all videos function custom_video_slider_shortcode() { $slider_id = 'vide...