is this working
This is an example of font attributes
When you use css you can do all sorts of thing. you can put as many things in the
    head of the page using this format:
    stye type="text/css"
    tag{
    Any command: attb;
    } 
  
Each property has its own set of rules. using them takes practice,
so feel free to play around and don't be afraid to make mistakes. Thats where learning happens!
    Italics,
    Normal,
    Oblique
  
Bold or 100 light - 900 dark
    underline,
    line-through,
    Less used:
    overline,
    blink
  
    left-align,
    center,
    right-align
  
    font-variant,
    letter-spacing,
    word spacing,
    text-indent,
    vertical-align,
    text transform,
    line-height
  
  This shortcut is used occationally. It consists of using font:
  then use in order. If you do not want to use an attribute Just Skip it and go to the next
  one, but they must be in this order:
    This is not an css attribute,
    it is a html tag: "sub" and "sup"
    It works Just like a tag.