mirror of
https://github.com/selfxyz/self.git
synced 2026-01-13 00:28:17 -05:00
24 lines
542 B
CSS
24 lines
542 B
CSS
@font-face {
|
|
font-family: 'Advercase-Regular';
|
|
src: url('./fonts/Advercase-Regular.otf') format('opentype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'DINOT-Medium';
|
|
src: url('./fonts/DINOT-Medium.otf') format('opentype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'IBMPlexMono-Regular';
|
|
src: url('./fonts/IBMPlexMono-Regular.otf') format('opentype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|