埋め込みコード生成機能

This commit is contained in:
kakkokari-gtyih
2024-06-25 20:18:14 +09:00
parent 05ca36f400
commit 3bd055b045
9 changed files with 527 additions and 13 deletions

View File

@@ -75,20 +75,22 @@ html {
}
}
&.f-1 {
font-size: 15px;
}
&:not(.embed) {
&.f-1 {
font-size: 15px;
}
&.f-2 {
font-size: 16px;
}
&.f-2 {
font-size: 16px;
}
&.f-3 {
font-size: 17px;
}
&.f-3 {
font-size: 17px;
}
&.useSystemFont {
font-family: system-ui;
&.useSystemFont {
font-family: system-ui;
}
}
}