Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css font

@font-face {
  font-family: "Name of the font"; /*eg Ubuntu*/
  src: url("your/path/to/the.font");
}

p{
  font-family: "Ubuntu";
}
 
PREVIOUS NEXT
Tagged: #css #font
ADD COMMENT
Topic
Name
9+5 =