How to add Sindhi font in Blogger or website
Website Fonts Installation Method
Installing Sindhi fonts on your website is now easier than ever before, downloading fonts to convert to Sindhi fonts on any website, converting them and then having to work hard to find them on the website, but now the fonts on the server fonts server CSS code is supported after the updated version.
CSS code is a font code that you can call once on your website and then paste the desired font into any tag you want, you will not even need to upload the font to your server and convert the font.
I Can Suggest You That First You Can Try This Method Because It's 100% Work:
Click Here also you can visit my Sindhi website click here
How to find the font on the website?
First copy the CSS link of the font you want to put on the website, for example by clicking on the "CSS Code" button to get the CSS code of the CSS you want to apply for.
Clicking on the button will open a page that contains the CSS font code for the desired font, copy the code exactly and then paste it into the CSS of your blog or website.
Use the desired font.
If you want this font to be the default font for all text on the website, then add that font family to the body tag in the .css file of your website. For example:
body {
font-family: 'ssread';
}How do fonts fit in header only?
Heading is the same way to apply fonts, just add a heading tag instead of a CSS. for example:
heading {
font-family: 'ssread';
}
H1, H2, H3 {
font-family: 'ssread';
}Easy & simple procedure?
If you still want an easy way, then copy the "automatic code" below and paste it into the CSS file of your blog or website, you will see a "Heading" section on the website or blog and The rest of the content will appear in separate fonts.
Default font code (Auto font code)
@font-face {
font-family :'mbsaremmasroor';
src: url('http://font.sindhsalamat.com/fonts/mbsaremmasroor.eot') format('eot');
src: url('http://font.sindhsalamat.com/fonts/mbsaremmasroor.eot?#iefix') format('embedded-opentype'),
url('http://font.sindhsalamat.com/fonts/mbsaremmasroor.woff') format('woff'),
url('http://font.sindhsalamat.com/fonts/mbsaremmasroor.woff2') format('woff2'),
url('http://font.sindhsalamat.com/fonts/mbsaremmasroor.ttf') format('truetype'),
url('http://font.sindhsalamat.com/fonts/mbsaremmasroor.svg#mbsaremmasroor') format('svg');
}
@font-face {
font-family :'ssread';
src: url('http://font.sindhsalamat.com/fonts/ssread.eot') format('eot');
src: url('http://font.sindhsalamat.com/fonts/ssread.eot?#iefix') format('embedded-opentype'),
url('http://font.sindhsalamat.com/fonts/ssread.woff') format('woff'),
url('http://font.sindhsalamat.com/fonts/ssread.woff2') format('woff2'),
url('http://font.sindhsalamat.com/fonts/ssread.ttf') format('truetype'),
url('http://font.sindhsalamat.com/fonts/ssread.svg#ssread') format('svg');
}
h1,h2,h3{
font-family :'mbsaremmasroor';
}
p{
font-family :'ssread';
}
body{
font-family :'ssread';
}
Comments
Good work bro
ReplyDeleteKeep up bro Good work
ReplyDelete