43 lines
1.1 KiB
CSS
43 lines
1.1 KiB
CSS
/* assets/fonts.css */
|
|
|
|
@font-face {
|
|
font-family: 'Atkinson Hyperlegible Next';
|
|
src: url('fonts/AtkinsonHyperlegibleNext-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Atkinson Hyperlegible Next';
|
|
src: url('fonts/AtkinsonHyperlegibleNext-Bold.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Atkinson Hyperlegible Next';
|
|
src: url('fonts/AtkinsonHyperlegibleNext-Italic.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Atkinson Hyperlegible Next';
|
|
src: url('fonts/AtkinsonHyperlegibleNext-BoldItalic.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Atkinson Hyperlegible Mono';
|
|
src: url('fonts/AtkinsonHyperlegibleMono-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Atkinson Hyperlegible Mono';
|
|
src: url('fonts/AtkinsonHyperlegibleMono-Bold.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
} |