fonts lokal

This commit is contained in:
2022-12-07 01:03:36 +01:00
parent f018aefb67
commit 80a97b4a37
9 changed files with 452 additions and 1 deletions

View File

@ -37,7 +37,23 @@
}
}
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap'); */
/* lato-regular - latin */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
* {
box-sizing: border-box;