• Skip to main content
  • Skip to primary sidebar

Web Development Archive

  • Archive
You are here: Home / Archives for CSS

CSS

Social Icons SVG

HTML

CSS

Filed Under: HTML Tagged With: CSS, SVG

How to include webfont in css – WOFF, EOT, TTF, SVG

@font-face{
     font-family: 'Lavyl Regular';
     src:url("Lavylites-Regular.eot?#iefix");
     src:url("Lavylites-Regular.eot?#iefix") format("eot"),
     url("Lavylites-Regular.woff2") format("woff2"),
     url("Lavylites-Regular.woff") format("woff"),
     url("Lavylites-Regular.ttf") format("truetype"),
     url("Lavylites-Regular.svg") format("svg")
 }
 @font-face{
     font-family: 'Lavyl Bold';
     src:url("Lavylites-Bold.eot?#iefix");
     src:url("Lavylites-Bold.eot?#iefix") format("eot"),
     url("Lavylites-Bold.woff2") format("woff2"),
     url("Lavylites-Bold.woff") format("woff"),
     url("Lavylites-Bold.ttf") format("truetype"),
     url("Lavylites-Bold.svg") format("svg")
 }

Filed Under: Free Tagged With: CSS

Primary Sidebar

  • angular.io
© 2026 WP Flames - All Right Reserved