galmuri/dist/galmuri.css
2022-05-10 11:54:07 +09:00

45 lines
1.2 KiB
CSS

/**
* Copyright (c) 2019-2022 Minseo Lee (itoupluk427@gmail.com),
* with Reserved Font Name "Galmuri".
*
* This Font Software is licensed under the SIL Open Font License, Version 1.1.
* This license is copied below, and is also available with a FAQ at:
* https://scripts.sil.org/OFL
*/
@font-face {
font-family: Galmuri11;
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Galmuri11 Regular'),
url('./Galmuri11.woff2') format('woff2'),
url('./Galmuri11.ttf') format('truetype');
}
@font-face {
font-family: Galmuri11;
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Galmuri11 Bold'),
url('./Galmuri11-Bold.woff2') format('woff2'),
url('./Galmuri11-Bold.ttf') format('truetype');
}
@font-face {
font-family: Galmuri9;
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Galmuri9 Regular'),
url('./Galmuri9.woff2') format('woff2'),
url('./Galmuri9.ttf') format('truetype');
}
@font-face {
font-family: Galmuri7;
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Galmuri7 Regular'),
url('./Galmuri7.woff2') format('woff2'),
url('./Galmuri7.ttf') format('truetype');
}