Revision history [back]

click to hide/show revision 1
initial version

answered 2021-09-17 15:11:12 +0800

jaespinosa gravatar image jaespinosa

I have finally been able to do it. Thank you very much for your intention to help me.

@font-face{ font-family: ubuntu; src: url("../font/ubuntu/Ubuntu-Bold.ttf") format("truetype"); src: url("../font/ubuntu/Ubuntu-BoldItalic.ttf") format("truetype"); src: url("../font/ubuntu/Ubuntu-Italic.ttf") format("truetype"); src: url("../font/ubuntu/Ubuntu-Light.ttf") format("truetype"); src: url("../font/ubuntu/Ubuntu-LightItalic.ttf") format("truetype"); src: url("../font/ubuntu/Ubuntu-Medium.ttf") format("truetype"); src: url("../font/ubuntu/Ubuntu-MediumItalic.ttf") format("truetype"); src: url("../font/ubuntu/Ubuntu-Regular.ttf") format("truetype"); font-weight: bold; font-style: normal; }

body{ font-size: 100%; font-family: ubuntu,helvetica55roman,arial,sans-serif; }

I have finally been able to do it. Thank you very much for your intention to help me.

@font-face{
    font-family: ubuntu;
    src: url("../font/ubuntu/Ubuntu-Bold.ttf") format("truetype");
    src: url("../font/ubuntu/Ubuntu-BoldItalic.ttf") format("truetype");
    src: url("../font/ubuntu/Ubuntu-Italic.ttf") format("truetype");
    src: url("../font/ubuntu/Ubuntu-Light.ttf") format("truetype");
    src: url("../font/ubuntu/Ubuntu-LightItalic.ttf") format("truetype");
    src: url("../font/ubuntu/Ubuntu-Medium.ttf") format("truetype");
    src: url("../font/ubuntu/Ubuntu-MediumItalic.ttf") format("truetype");
    src: url("../font/ubuntu/Ubuntu-Regular.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

}

body{ font-size: 100%; font-family: ubuntu,helvetica55roman,arial,sans-serif; }

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More