mirror of
https://github.com/obsqrbtz/goose-highlighter.git
synced 2026-04-08 20:19:06 +03:00
25 lines
699 B
CSS
25 lines
699 B
CSS
/* DM Sans – https://fontsource.org/fonts/dm-sans */
|
||
@font-face {
|
||
font-family: 'DM Sans';
|
||
font-style: normal;
|
||
font-display: swap;
|
||
font-weight: 400;
|
||
src: url(https://cdn.jsdelivr.net/fontsource/fonts/dm-sans@latest/latin-400-normal.woff2) format('woff2');
|
||
}
|
||
|
||
@font-face {
|
||
font-family: 'DM Sans';
|
||
font-style: normal;
|
||
font-display: swap;
|
||
font-weight: 500;
|
||
src: url(https://cdn.jsdelivr.net/fontsource/fonts/dm-sans@latest/latin-500-normal.woff2) format('woff2');
|
||
}
|
||
|
||
@font-face {
|
||
font-family: 'DM Sans';
|
||
font-style: normal;
|
||
font-display: swap;
|
||
font-weight: 600;
|
||
src: url(https://cdn.jsdelivr.net/fontsource/fonts/dm-sans@latest/latin-600-normal.woff2) format('woff2');
|
||
}
|