-
Notifications
You must be signed in to change notification settings - Fork 305
Expand file tree
/
Copy pathsystem-ui.css
More file actions
27 lines (23 loc) · 868 Bytes
/
system-ui.css
File metadata and controls
27 lines (23 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/**
* Add the correct system-ui font-family in Firefox.
*/
@font-face {
font-family: system-ui;
src: local(".AppleSystemUIFont"), local("Segoe UI"), local("Ubuntu"), local("Roboto-Regular"), local("HelveticaNeue");
}
@font-face {
font-family: system-ui;
font-style: italic;
src: local(".AppleSystemUIFont"), local("Segoe UI Italic"), local("Ubuntu-Italic"), local("Roboto-Italic"), local("HelveticaNeue-Italic");
}
@font-face {
font-family: system-ui;
font-weight: bold;
src: local(".AppleSystemUIFont"), local("Segoe UI Bold"), local("Ubuntu-Bold"), local("Roboto-Bold"), local("HelveticaNeue-Bold");
}
@font-face {
font-family: system-ui;
font-style: italic;
font-weight: bold;
src: local(".AppleSystemUIFont"), local("Segoe UI Bold Italic"), local("Ubuntu-BoldItalic"), local("Roboto-BoldItalic"), local("HelveticaNeue-BoldItalic");
}