Files
float-www/build-DEL/assets/display_assests/css/google-sans.css
T
DESKTOP-GBA0BK8\Admin 096a2f3825 first commit
2023-03-18 14:16:08 -04:00

39 lines
1.4 KiB
CSS

@font-face {
font-family: 'Google Sans';
src: url('../fonts/GoogleSans-Bold.eot');
src: local('../fonts/Google Sans Bold'), local('GoogleSans-Bold'),
url('../fonts/GoogleSans-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/GoogleSans-Bold.woff2') format('woff2'),
url('../fonts/GoogleSans-Bold.woff') format('woff'),
url('../fonts/GoogleSans-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Google Sans';
src: url('../fonts/GoogleSans-Medium.eot');
src: local('../fonts/Google Sans Medium'), local('GoogleSans-Medium'),
url('../fonts/GoogleSans-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/GoogleSans-Medium.woff2') format('woff2'),
url('../fonts/GoogleSans-Medium.woff') format('woff'),
url('../fonts/GoogleSans-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Google Sans';
src: url('../fonts/GoogleSans-Regular.eot');
src: local('../fonts/Google Sans Regular'), local('GoogleSans-Regular'),
url('../fonts/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/GoogleSans-Regular.woff2') format('woff2'),
url('../fonts/GoogleSans-Regular.woff') format('woff'),
url('../fonts/GoogleSans-Regular.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}