You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
561 B
19 lines
561 B
/* noto-sans-regular - latin */ |
|
@font-face { |
|
font-family: "Noto Sans"; |
|
font-weight: 400; |
|
font-display: swap; |
|
font-style: normal; |
|
src: url('/assets/fonts/noto-sans-v27-latin-regular.woff2') format('woff2'), |
|
url('/assets/fonts/noto-sans-v27-latin-regular.woff') format('woff'); |
|
} |
|
|
|
/* noto-sans-700 - latin */ |
|
@font-face { |
|
font-family: "Noto Sans"; |
|
font-weight: 700; |
|
font-display: swap; |
|
font-style: normal; |
|
src: url('/assets/fonts/noto-sans-v27-latin-700.woff2') format('woff2'), |
|
url('/assets/fonts/noto-sans-v27-latin-700.woff') format('woff'); |
|
}
|
|
|