update(font): D-DINExp

mack-mac
mackt 5 months ago
parent fdab50c963
commit cc4d5de06d

Binary file not shown.

@ -1,5 +1,9 @@
@import '@unocss/reset/tailwind.css';
@unocss all;
@font-face {
font-family: 'D-DINExp';
src: url('/fonts/D-DINExp.otf') format('opentype');
}
:root {
--body-bg-color: #fff;
@ -17,7 +21,17 @@ body {
body {
background: var(--body-bg-color);
font-family: 'PingFang SC-Regular', Helvetica;
font-family:
'D-DINExp',
-apple-system,
BlinkMacSystemFont,
'PingFang SC',
'Helvetica Neue',
STHeiti,
'Microsoft Yahei',
Tahoma,
Simsun,
sans-serif;
/* padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom); */
}

Loading…
Cancel
Save