1,83 → 1,83 |
@font-face { |
font-family:"Free Sans"; |
src:url("FreeSans.otf") format("opentype"); |
font-weight:normal; |
font-style:normal; |
} |
font-family: dejavusans; |
src: url('DejaVuSans.ttf') format('truetype'); |
font-weight: normal; |
font-style: normal; |
} |
|
@font-face { |
font-family:"Free Sans"; |
src:url("FreeSansBold.otf") format("opentype"); |
font-weight:bold; |
font-style:normal; |
} |
font-family: dejavusans; |
src: url('DejaVuSans-Bold.ttf') format('truetype'); |
font-weight: bold; |
font-style: normal; |
} |
|
@font-face { |
font-family:"Free Sans"; |
src:url("FreeSansOblique.otf") format("opentype"); |
font-weight:normal; |
font-style:italic; |
} |
font-family: dejavusans; |
src: url('DejaVuSans-Oblique.ttf') format('truetype'); |
font-weight: normal; |
font-style: italic; |
} |
|
@font-face { |
font-family:"Free Sans"; |
src:url("FreeSansBoldOblique.otf") format("opentype"); |
font-weight:bold; |
font-style:italic; |
} |
font-family: dejavusans; |
src: url('DejaVuSans-BoldOblique.ttf') format('truetype'); |
font-weight: bold; |
font-style: italic; |
} |
|
@font-face { |
font-family:"Free Mono"; |
src:url("FreeMono.otf") format("opentype"); |
font-weight:normal; |
font-style:normal; |
} |
font-family: dejavumono; |
src: url('DejaVuSansMono.ttf') format('truetype'); |
font-weight: normal; |
font-style: normal; |
} |
|
@font-face { |
font-family:"Free Mono"; |
src:url("FreeMonoBold.otf") format("opentype"); |
font-weight:bold; |
font-style:normal; |
} |
font-family: dejavumono; |
src: url('DejaVuSansMono-Bold.ttf') format('truetype'); |
font-weight: bold; |
font-style: normal; |
} |
|
@font-face { |
font-family:"Free Mono"; |
src:url("FreeMonoOblique.otf") format("opentype"); |
font-weight:normal; |
font-style:italic; |
} |
font-family: dejavumono; |
src: url('DejaVuSansMono-Oblique.ttf') format('truetype'); |
font-weight: normal; |
font-style: italic; |
} |
|
@font-face { |
font-family:"Free Mono"; |
src:url("FreeMonoBoldOblique.otf") format("opentype"); |
font-weight:bold; |
font-style:italic; |
} |
font-family: dejavumono; |
src: url('DejaVuSansMono-BoldOblique.ttf') format('truetype'); |
font-weight: bold; |
font-style: italic; |
} |
|
@font-face { |
font-family:"Free Serif"; |
src:url("FreeSerif.otf") format("opentype"); |
font-weight:normal; |
font-style:normal; |
} |
font-family: 'dejavuserif; |
src: url('DejaVuSerif.ttf') format('truetype'); |
font-weight: normal; |
font-style: normal; |
} |
|
@font-face { |
font-family:"Free Serif"; |
src:url("FreeSerifBold.otf") format("opentype"); |
font-weight:bold; |
font-style:normal; |
} |
font-family: dejavuserif; |
src: url('DejaVuSerif-Bold.ttf') format('truetype'); |
font-weight: bold; |
font-style: normal; |
} |
|
@font-face { |
font-family:"Free Serif"; |
src:url("FreeSerifItalic.otf") format("opentype"); |
font-weight:normal; |
font-style:italic; |
} |
font-family: dejavuserif; |
src: url('DejaVuSerif-Italic.ttf') format('truetype'); |
font-weight: normal; |
font-style: italic; |
} |
|
@font-face { |
font-family:"Free Serif"; |
src:url("FreeSerifBoldItalic.otf") format("opentype"); |
font-weight:bold; |
font-style:italic; |
} |
font-family: dejavuserif; |
src: url('DejaVuSerif-BoldItalic.ttf') format('truetype'); |
font-weight: bold; |
font-style: italic; |
} |