HTML Email : make fonts lighter
NickName:user6751084 Ask DateTime:2016-08-26T17:41:55

HTML Email : make fonts lighter

I want to make fonts lighter as displayed in image.

Here is the image

<table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="background-image: url(http://www.hubilo.com/eventApp/ws/images/event/cover/facebook/thumb/2712_1467715620.jpg); background-repeat: no-repeat; background-size: cover; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; border-collapse: collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width: 100%; ">
  <tbody>

    <tr>
      <td valign="top" align="center" height="80"></td>
    </tr>

    <tr>
      <td class="h2" valign="top" align="center" style="color: white; text-align: center; text-transform: uppercase; font-weight:100 !important; letter-spacing: 12px; font-size: 32px; ">
        <p>TIECON</p>
      </td>
    </tr>


  </tbody>

</table>

Copyright Notice:Content Author:「user6751084」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/39163254/html-email-make-fonts-lighter

More about “HTML Email : make fonts lighter” related questions

HTML Email : make fonts lighter

I want to make fonts lighter as displayed in image. &lt;table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="background-image: url(http:/

Show Detail

How to import custom fonts in HTML mailers (HTML Email)

I am working an HTML mailers (HTML Email) and the design I received contains custom fonts. How can I use custom fonts in my HTML email? Thanks in advance.

Show Detail

Processing CSS bolder and lighter in Pango

I am using Pango in an application implementing part of the CSS specification and so far I have been stumped by the font-weight: (bolder|lighter) attribute. According to specification, 'bolder' se...

Show Detail

How to make plotly graphs lighter?

My plotly graph's html file is about 28Mb, are there any ways to make these lighter? I am just using the standard fig.write_html() command as of now

Show Detail

Difficulties Using Web Fonts In HTML Email Template

I'm designing some HTML email templates for work and am having varying results while attempting to incorporate web-fonts. I've been using Outlook, Gmail and Yahoo Mail to test my templates. Outlook...

Show Detail

font-weight lighter is not a font-weight value

I'm getting a Validator error for my stylesheets but I don't know how to solve that one. The error: Value Error : font-weight lighter is not a font-weight value : lighter And the CSS causing the...

Show Detail

How to make RadGrid Lighter?

My page contains a tabcontainer with 5 tabs. Each tab contains multiple RadGrids As RadGrid is heavier than ASP.NET gridview. My page lags i.e runs very slowly. My UI is very slow i.e switching bet...

Show Detail

How are different styles and weights of web fonts rendered?

This is a general question about why certain font weights and styles need to be specifically included, but not others. I use Open Sans and Roboto Mono web fonts on my website, hosted on Google fon...

Show Detail

Android: How to make background darker or lighter?

I want my app to be able to use an onSwipeListener, which I have coded, to make the background's color darker or lighter based on the direction of their swipe. If the user swipes right, it gets bri...

Show Detail

HTML Email fonts automatically scaling in Opera Mail?

I've got an HTML email with fonts sized using pixels (16px) in inlined CSS. Things work as expected in most clients, but in Opera's Mail panel (v12.01), as I shrink the width of the viewport, the f...

Show Detail