mirror of
https://github.com/cupcakearmy/liquet.git
synced 2025-09-05 23:40:40 +00:00
39 lines
907 B
CSS
39 lines
907 B
CSS
@font-face {
|
|
font-family: 'Raleway';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-display: swap;
|
|
src: url('./Raleway/Raleway-Regular.woff2') format('woff2')
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Raleway';
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
font-display: swap;
|
|
src: url('./Raleway/Raleway-Italic.woff2') format('woff2')
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Raleway';
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
font-display: swap;
|
|
src: url('./Raleway/Raleway-Bold.woff2') format('woff2')
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Raleway';
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
font-display: swap;
|
|
src: url('./Raleway/Raleway-BoldItalic.woff2') format('woff2')
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Abril Fatface';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-display: swap;
|
|
src: url('./Abril/AbrilFatface-Regular.woff2') format('woff2')
|
|
} |