mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 12:45:11 +08:00
use Inter as font
This commit is contained in:
parent
baebab7b16
commit
c0a9af945c
BIN
res/fonts/Inter/Inter-Bold.woff
Normal file
BIN
res/fonts/Inter/Inter-Bold.woff
Normal file
Binary file not shown.
BIN
res/fonts/Inter/Inter-Bold.woff2
Normal file
BIN
res/fonts/Inter/Inter-Bold.woff2
Normal file
Binary file not shown.
BIN
res/fonts/Inter/Inter-BoldItalic.woff
Normal file
BIN
res/fonts/Inter/Inter-BoldItalic.woff
Normal file
Binary file not shown.
BIN
res/fonts/Inter/Inter-BoldItalic.woff2
Normal file
BIN
res/fonts/Inter/Inter-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
res/fonts/Inter/Inter-Italic.woff
Normal file
BIN
res/fonts/Inter/Inter-Italic.woff
Normal file
Binary file not shown.
BIN
res/fonts/Inter/Inter-Italic.woff2
Normal file
BIN
res/fonts/Inter/Inter-Italic.woff2
Normal file
Binary file not shown.
BIN
res/fonts/Inter/Inter-Medium.woff
Normal file
BIN
res/fonts/Inter/Inter-Medium.woff
Normal file
Binary file not shown.
BIN
res/fonts/Inter/Inter-Medium.woff2
Normal file
BIN
res/fonts/Inter/Inter-Medium.woff2
Normal file
Binary file not shown.
BIN
res/fonts/Inter/Inter-MediumItalic.woff
Normal file
BIN
res/fonts/Inter/Inter-MediumItalic.woff
Normal file
Binary file not shown.
BIN
res/fonts/Inter/Inter-MediumItalic.woff2
Normal file
BIN
res/fonts/Inter/Inter-MediumItalic.woff2
Normal file
Binary file not shown.
BIN
res/fonts/Inter/Inter-Regular.woff
Normal file
BIN
res/fonts/Inter/Inter-Regular.woff
Normal file
Binary file not shown.
BIN
res/fonts/Inter/Inter-Regular.woff2
Normal file
BIN
res/fonts/Inter/Inter-Regular.woff2
Normal file
Binary file not shown.
BIN
res/fonts/Inter/Inter-SemiBold.woff
Normal file
BIN
res/fonts/Inter/Inter-SemiBold.woff
Normal file
Binary file not shown.
BIN
res/fonts/Inter/Inter-SemiBold.woff2
Normal file
BIN
res/fonts/Inter/Inter-SemiBold.woff2
Normal file
Binary file not shown.
BIN
res/fonts/Inter/Inter-SemiBoldItalic.woff
Normal file
BIN
res/fonts/Inter/Inter-SemiBoldItalic.woff
Normal file
Binary file not shown.
BIN
res/fonts/Inter/Inter-SemiBoldItalic.woff2
Normal file
BIN
res/fonts/Inter/Inter-SemiBoldItalic.woff2
Normal file
Binary file not shown.
@ -8,7 +8,7 @@
|
||||
/* Noto Color Emoji contains digits, in fixed-width, therefore causing
|
||||
digits in flowed text to stand out.
|
||||
TODO: Consider putting all emoji fonts to the end rather than the front. */
|
||||
$font-family: Nunito, Twemoji, 'Apple Color Emoji', 'Segoe UI Emoji', Arial, Helvetica, Sans-Serif, 'Noto Color Emoji';
|
||||
$font-family: Inter, Twemoji, 'Apple Color Emoji', 'Segoe UI Emoji', Arial, Helvetica, Sans-Serif, 'Noto Color Emoji';
|
||||
|
||||
$monospace-font-family: Inconsolata, Twemoji, 'Apple Color Emoji', 'Segoe UI Emoji', Courier, monospace, 'Noto Color Emoji';
|
||||
|
||||
|
@ -14,23 +14,73 @@
|
||||
|
||||
/* the 'src' links are relative to the bundle.css, which is in a subdirectory.
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Nunito';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('$(res)/fonts/Nunito/Nunito-Regular.ttf') format('truetype');
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url("$(res)/fonts/Inter/Inter-Regular.woff2?v=3.13") format("woff2"),
|
||||
url("$(res)/fonts/Inter/Inter-Regular.woff?v=3.13") format("woff");
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Nunito';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url('$(res)/fonts/Nunito/Nunito-SemiBold.ttf') format('truetype');
|
||||
font-family: 'Inter';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url("$(res)/fonts/Inter/Inter-Italic.woff2?v=3.13") format("woff2"),
|
||||
url("$(res)/fonts/Inter/Inter-Italic.woff?v=3.13") format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-display: swap;
|
||||
src: url("$(res)/fonts/Inter/Inter-Medium.woff2?v=3.13") format("woff2"),
|
||||
url("$(res)/fonts/Inter/Inter-Medium.woff?v=3.13") format("woff");
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Nunito';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url('$(res)/fonts/Nunito/Nunito-Bold.ttf') format('truetype');
|
||||
font-family: 'Inter';
|
||||
font-style: italic;
|
||||
font-weight: 500;
|
||||
font-display: swap;
|
||||
src: url("$(res)/fonts/Inter/Inter-MediumItalic.woff2?v=3.13") format("woff2"),
|
||||
url("$(res)/fonts/Inter/Inter-MediumItalic.woff?v=3.13") format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-display: swap;
|
||||
src: url("$(res)/fonts/Inter/Inter-SemiBold.woff2?v=3.13") format("woff2"),
|
||||
url("$(res)/fonts/Inter/Inter-SemiBold.woff?v=3.13") format("woff");
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: italic;
|
||||
font-weight: 600;
|
||||
font-display: swap;
|
||||
src: url("$(res)/fonts/Inter/Inter-SemiBoldItalic.woff2?v=3.13") format("woff2"),
|
||||
url("$(res)/fonts/Inter/Inter-SemiBoldItalic.woff?v=3.13") format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url("$(res)/fonts/Inter/Inter-Bold.woff2?v=3.13") format("woff2"),
|
||||
url("$(res)/fonts/Inter/Inter-Bold.woff?v=3.13") format("woff");
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url("$(res)/fonts/Inter/Inter-BoldItalic.woff2?v=3.13") format("woff2"),
|
||||
url("$(res)/fonts/Inter/Inter-BoldItalic.woff?v=3.13") format("woff");
|
||||
}
|
||||
|
||||
/* latin-ext */
|
||||
@ -81,4 +131,4 @@
|
||||
font-family: "Twemoji Mozilla";
|
||||
src: url('$(res)/fonts/Twemoji_Mozilla/TwemojiMozilla.woff2') format('woff2');
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user