// External fonts @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap"); $NotosansJP: "Noto Sans JP", sans-serif; $RobotoCondensed: "Roboto Condensed", sans-serif; // @font-face { // font-family: 'Gotham Book'; // src: url('/fonts/Gotham Book.otf'); // } @font-face { font-family: "Source Han Sans JP"; src: url("/fonts/SourceHanSansJP-Regular.otf"); } @font-face { font-family: "Source Han Sans JP"; src: url("/fonts/SourceHanSansJP-Bold.otf"); font-weight: bold; } @font-face { font-family: "Source Han Sans JP"; src: url("/fonts/SourceHanSansJP-Medium.otf"); font-weight: 500; } @font-face { font-family: "DINPro"; src: url("https://assets.micado-rayout.jp/fonts/DINPro.ttf"); font-weight: 400; } @font-face { font-family: "DINPro"; src: url("https://assets.micado-rayout.jp/fonts/DINPro-Bold.otf"); font-weight: 700; } @font-face { font-family: "Josefin Sans"; src: url("https://assets.micado-rayout.jp/fonts/JosefinSans-Regular.ttf"); font-weight: 400; }