mirror of
https://github.com/will-moss/isaiah.git
synced 2024-08-22 23:27:15 +03:00
18 lines
361 B
Plaintext
18 lines
361 B
Plaintext
@font-face {
|
|
font-family: 'Hack';
|
|
src: url('/assets/fonts/hack-regular.woff2') format('woff2');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Hack';
|
|
src: url('/assets/fonts/hack-bold.woff2') format('woff2');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
.ft1() {
|
|
font-family: 'Hack', Consolas, Menlo, monospace, sans-serif;
|
|
}
|