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.
73 lines
2.1 KiB
73 lines
2.1 KiB
/* Subset of KaTeX fonts: Main + Math + Size1–4 (woff2 only). Drops AMS, Caligraphic, |
|
Fraktur, SansSerif, Script, Typewriter to shrink the build / PWA precache. */ |
|
|
|
@font-face { |
|
font-family: KaTeX_Main; |
|
font-style: normal; |
|
font-weight: 700; |
|
font-display: swap; |
|
src: url('../../node_modules/katex/dist/fonts/KaTeX_Main-Bold.woff2') format('woff2'); |
|
} |
|
@font-face { |
|
font-family: KaTeX_Main; |
|
font-style: italic; |
|
font-weight: 700; |
|
font-display: swap; |
|
src: url('../../node_modules/katex/dist/fonts/KaTeX_Main-BoldItalic.woff2') format('woff2'); |
|
} |
|
@font-face { |
|
font-family: KaTeX_Main; |
|
font-style: italic; |
|
font-weight: 400; |
|
font-display: swap; |
|
src: url('../../node_modules/katex/dist/fonts/KaTeX_Main-Italic.woff2') format('woff2'); |
|
} |
|
@font-face { |
|
font-family: KaTeX_Main; |
|
font-style: normal; |
|
font-weight: 400; |
|
font-display: swap; |
|
src: url('../../node_modules/katex/dist/fonts/KaTeX_Main-Regular.woff2') format('woff2'); |
|
} |
|
@font-face { |
|
font-family: KaTeX_Math; |
|
font-style: italic; |
|
font-weight: 700; |
|
font-display: swap; |
|
src: url('../../node_modules/katex/dist/fonts/KaTeX_Math-BoldItalic.woff2') format('woff2'); |
|
} |
|
@font-face { |
|
font-family: KaTeX_Math; |
|
font-style: italic; |
|
font-weight: 400; |
|
font-display: swap; |
|
src: url('../../node_modules/katex/dist/fonts/KaTeX_Math-Italic.woff2') format('woff2'); |
|
} |
|
@font-face { |
|
font-family: KaTeX_Size1; |
|
font-style: normal; |
|
font-weight: 400; |
|
font-display: swap; |
|
src: url('../../node_modules/katex/dist/fonts/KaTeX_Size1-Regular.woff2') format('woff2'); |
|
} |
|
@font-face { |
|
font-family: KaTeX_Size2; |
|
font-style: normal; |
|
font-weight: 400; |
|
font-display: swap; |
|
src: url('../../node_modules/katex/dist/fonts/KaTeX_Size2-Regular.woff2') format('woff2'); |
|
} |
|
@font-face { |
|
font-family: KaTeX_Size3; |
|
font-style: normal; |
|
font-weight: 400; |
|
font-display: swap; |
|
src: url('../../node_modules/katex/dist/fonts/KaTeX_Size3-Regular.woff2') format('woff2'); |
|
} |
|
@font-face { |
|
font-family: KaTeX_Size4; |
|
font-style: normal; |
|
font-weight: 400; |
|
font-display: swap; |
|
src: url('../../node_modules/katex/dist/fonts/KaTeX_Size4-Regular.woff2') format('woff2'); |
|
}
|
|
|