Use on the webTotal Use [ 6012 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/59e50f7d0e99f3374541f064726b5fcf?family=Exmouth" rel="stylesheet">
orUsing @import CSS directive, put the following line in add to your css file.(http | https)
@import url(https://db.onlinewebfonts.com/c/59e50f7d0e99f3374541f064726b5fcf?family=Exmouth);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "Exmouth";
src: url("https://db.onlinewebfonts.com/t/59e50f7d0e99f3374541f064726b5fcf.eot");
src: url("https://db.onlinewebfonts.com/t/59e50f7d0e99f3374541f064726b5fcf.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/59e50f7d0e99f3374541f064726b5fcf.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/59e50f7d0e99f3374541f064726b5fcf.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/59e50f7d0e99f3374541f064726b5fcf.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/59e50f7d0e99f3374541f064726b5fcf.svg#Exmouth")format("svg");
}
2CSS rules to specify fonts
font-family: "Exmouth";