first commit
This commit is contained in:
30
fonts.css
Normal file
30
fonts.css
Normal file
@@ -0,0 +1,30 @@
|
||||
@font-face {
|
||||
font-family: Lato;
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
src: local("Lato"),
|
||||
url("../fonts/Lato-Black.woff2") format('woff2'),
|
||||
url("../fonts/Lato-Black.woff") format('woff'),
|
||||
url("../fonts/Lato-Black.eot") format('eot');
|
||||
font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
font-family: Lato;
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
src: local("Lato"),
|
||||
url("../fonts/Lato-Bold.woff2") format('woff2'),
|
||||
url("../fonts/Lato-Bold.woff") format('woff'),
|
||||
url("../fonts/Lato-Bold.eot") format('eot');
|
||||
font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
font-family: Lato;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
src: local("Lato"),
|
||||
url("../fonts/Lato-Regular.woff2") format('woff2'),
|
||||
url("../fonts/Lato-Regular.woff") format('woff'),
|
||||
url("../fonts/Lato-Regular.eot") format('eot');
|
||||
font-display: swap;
|
||||
}
|
||||
Reference in New Issue
Block a user