35 lines
913 B
CSS
35 lines
913 B
CSS
/* Webfont: Luciole */
|
|
|
|
/* Webfont: Luciole-Regular */
|
|
@font-face {
|
|
font-family: 'Luciole';
|
|
src: url('./Luciole-Regular/Luciole-Regular.woff') format('woff');
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
text-rendering: optimizeLegibility;
|
|
}
|
|
/* Webfont: Luciole-Italic */
|
|
@font-face {
|
|
font-family: 'Luciole';
|
|
src: url('./Luciole-Italic/Luciole-Italic.woff') format('woff');
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
text-rendering: optimizeLegibility;
|
|
}
|
|
/* Webfont: Luciole-Bold */
|
|
@font-face {
|
|
font-family: 'Luciole';
|
|
src: url('./Luciole-Bold/Luciole-Bold.woff') format('woff');
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
text-rendering: optimizeLegibility;
|
|
}
|
|
/* Webfont: Luciole-BoldItalic */
|
|
@font-face {
|
|
font-family: 'Luciole';
|
|
src: url('./Luciole-BoldItalic/Luciole-BoldItalic.woff') format('woff');
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
text-rendering: optimizeLegibility;
|
|
}
|