We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c50240 commit e931e88Copy full SHA for e931e88
src/css/typeface-lato.css
@@ -1,6 +1,6 @@
1
/* lato-latin-400-normal */
2
@font-face {
3
- font-family: 'Lato';
+ font-family: Lato;
4
font-style: normal;
5
font-display: swap;
6
font-weight: 400;
@@ -9,7 +9,7 @@
9
10
/* lato-latin-700-normal */
11
12
13
14
15
font-weight: 700;
@@ -18,7 +18,7 @@
18
19
/* lato-latin-400-italic */
20
21
22
font-style: italic;
23
24
@@ -27,7 +27,7 @@
27
28
/* lato-latin-700-italic */
29
30
31
32
33
0 commit comments