Aggiornamento font

This commit is contained in:
loviuz 2023-05-30 22:38:28 +02:00
parent a2cd8f3d36
commit ce4047109b
4 changed files with 38 additions and 0 deletions

View File

@ -1,7 +1,45 @@
/* kanit-regular - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Kanit';
font-style: normal;
font-weight: 400;
src: url('../fonts/kanit-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-italic - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Kanit';
font-style: italic;
font-weight: 400;
src: url('../fonts/kanit-v13-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kanit-700 - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Kanit';
font-style: normal;
font-weight: 700;
src: url('../fonts/kanit-v13-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
font-family: Kanit;
background: #eee;
}
.navigation a,
.navigation span{
font-family: Kanit;
}
.navigation-link{
text-transform: uppercase;
}
.projects-list {
text-align: left;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.