41 lines
1.8 KiB
CSS
41 lines
1.8 KiB
CSS
/* Aileron css */
|
|
|
|
/*
|
|
Aileron-Black.otf
|
|
Aileron-BlackItalic.otf
|
|
Aileron-Bold.otf
|
|
Aileron-BoldItalic.otf
|
|
Aileron-Heavy.otf
|
|
Aileron-HeavyItalic.otf
|
|
Aileron-Italic.otf
|
|
Aileron-Light.otf
|
|
Aileron-LightItalic.otf
|
|
Aileron-Regular.otf
|
|
Aileron-SemiBold.otf
|
|
Aileron-SemiBoldItalic.otf
|
|
Aileron-Thin.otf
|
|
Aileron-ThinItalic.otf
|
|
Aileron-UltraLight.otf
|
|
Aileron-UltraLightItalic.otf */
|
|
|
|
@font-face {
|
|
font-family: 'Aileron';
|
|
src: url('fonts/Aileron-Regular.otf') format('opentype') font-weight-normal,
|
|
url('fonts/Aileron-Italic.otf') format('opentype') font-italic,
|
|
url('fonts/Aileron-Bold.otf') format('opentype') font-weight-bold,
|
|
url('fonts/Aileron-BoldItalic.otf') format('opentype') font-weight-bold font-italic,
|
|
url('fonts/Aileron-Black.otf') format('opentype') font-weight-black,
|
|
url('fonts/Aileron-BlackItalic.otf') format('opentype') font-weight-black font-italic,
|
|
url('fonts/Aileron-Heavy.otf') format('opentype') font-weight-900,
|
|
url('fonts/Aileron-HeavyItalic.otf') format('opentype') font-weight-900 font-italic,
|
|
url('fonts/Aileron-Light.otf') format('opentype') font-weight-light,
|
|
url('fonts/Aileron-LightItalic.otf') format('opentype') font-weight-light font-italic,
|
|
url('fonts/Aileron-SemiBold.otf') format('opentype') font-weight-600,
|
|
url('fonts/Aileron-SemiBoldItalic.otf') format('opentype') font-weight-600 font-italic,
|
|
url('fonts/Aileron-Thin.otf') format('opentype') font-weight-100,
|
|
url('fonts/Aileron-ThinItalic.otf') format('opentype') font-weight-100 font-italic,
|
|
url('fonts/Aileron-UltraLight.otf') format('opentype') font-weight-200,
|
|
url('fonts/Aileron-UltraLightItalic.otf') format('opentype') font-weight-200 font-italic;
|
|
}
|
|
|
|
/* Aileron bold italic css */ |