14 lines
No EOL
329 B
CSS
14 lines
No EOL
329 B
CSS
@font-face {
|
|
font-family: 'Cabin Sketch';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: auto;
|
|
src: url('cabinsketch-regular.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Cabin Sketch';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-display: auto;
|
|
src: url('cabinsketch-regular.woff') format('woff');
|
|
} |