blogng/css/lato.css

127 lines
3.0 KiB
CSS
Raw Normal View History

@font-face {
font-family: 'LatoBlack';
src: url('/fonts/lato/LatoBlack.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LatoBlackItalic';
src: url('/fonts/LatoBlackItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'LatoBold';
src: url('/fonts/LatoBold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'LatoBoldItalic';
src: url('/fonts/LatoBoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'LatoHairline';
src: url('/fonts/LatoHairline.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LatoHairlineItalic';
src: url('/fonts/LatoHairlineItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'LatoHeavy';
src: url('/fonts/LatoHeavy.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LatoHeavyItalic';
src: url('/fonts/LatoHeavyItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'LatoItalic';
src: url('/fonts/LatoItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'LatoLight';
src: url('/fonts/LatoLight.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LatoLightItalic';
src: url('/fonts/LatoLightItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'LatoMedium';
src: url('/fonts/LatoMedium.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LatoMediumItalic';
src: url('/fonts/LatoMediumItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'LatoRegular';
src: url('/fonts/LatoRegular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LatoSemibold';
src: url('/fonts/LatoSemibold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LatoSemiboldItalic';
src: url('/fonts/LatoSemiboldItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'LatoThin';
src: url('/fonts/LatoThin.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LatoThinItalic';
src: url('/fonts/LatoThinItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}