Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Multiple Fonts in Multiple div

I have following code to use
Multiple Fonts in Multiple div
the fonts classes not work in side div

<style>

@font-face {font-family: 'Alharbi';src: url('/fonts/Alharbi.ttf');
@font-face {font-family: 'Tahoma';src: url('/fonts/Tahoma.ttf');
@font-face {font-family: 'Kufyan';src: url('/fonts/Kufyan.ttf');


.Alharbi{   font-family: 'Alharbi';}
.Tahoma{    font-family: 'Tahoma';}
.Kufyan{    font-family: 'Kufyan';}

</style>



<div  class="Alharbi  text-center" style="padding:10px;width:100%;height:40px;"  >Alharbi Font In this Div</div>

<div  class="Tahoma  text-center" style="padding:10px;width:100%;height:40px;"  >Tahoma Font In this Div</div>

<div  class="Kufyan  text-center" style="padding:10px;width:100%;height:40px;"  >Kufyan Font In this Div</div>

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

You must place a } on the end of the @font-face methods.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading