mirror of
https://github.com/Wessel/portfolio.git
synced 2026-07-27 18:51:54 +02:00
22 lines
689 B
SCSS
22 lines
689 B
SCSS
// outdated font
|
|
// @font-face {
|
|
// font-family: 'Mfizz';
|
|
// src: url('../font/mfizz-custom.eot');
|
|
// src: url('../font/mfizz-custom.eot?#iefix') format('embedded-opentype'),
|
|
// url('../font/mfizz-custom.woff') format('woff'),
|
|
// url('../font/mfizz-custom.ttf') format('truetype');
|
|
// font-weight: normal;
|
|
// font-style: normal;
|
|
// font-display: swap;
|
|
// }
|
|
|
|
@font-face {
|
|
font-family: 'devicon';
|
|
src: url('../font/devicon.eot');
|
|
src: url('../font/devicon.eot?#iefix') format('embedded-opentype'),
|
|
url('../font/devicon.woff') format('woff'),
|
|
url('../font/devicon.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
} |