Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ const getCustomAssetUrls = () => {
'size-medium': `${TL_ICON_PATHS}/size-medium.svg`,
'size-large': `${TL_ICON_PATHS}/size-large.svg`,
'size-extra-large': `${TL_ICON_PATHS}/size-extra-large.svg`,
'font-draw': `${TL_ICON_PATHS}/font-draw.svg`,
'font-draw': `${TL_ICON_PATHS}/font-amt.svg`,
'font-sans': `${TL_ICON_PATHS}/font-sans.svg`,
'font-serif': `${TL_ICON_PATHS}/font-serif.svg`,
'font-mono': `${TL_ICON_PATHS}/font-mono.svg`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,15 @@ const TldrawV2GlobalStyle = createGlobalStyle`
.tlui-kbd > span {
font-family: 'Arial', sans-serif !important;
}

.tl-text-shape__wrapper[data-font='draw'] {
/* font-family: 'tldraw_draw', 'KosugiMaruSubset', sans-serif; */
font-family: 'AMT', 'MRY', sans-serif;
}

#.tl-text-shape__wrapper[data-font='serif'] {
font-family: 'Times New Roman', 'MM', serif;
}

[data-side="bottom"][data-align="end"][data-state="open"][role="dialog"] {
right: 3.5rem !important;
Expand Down
Binary file not shown.
Binary file added bigbluebutton-html5/public/fonts/MA/AMT.woff2
Binary file not shown.
Binary file not shown.
Binary file added bigbluebutton-html5/public/fonts/MA/MRY.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
64 changes: 64 additions & 0 deletions bigbluebutton-html5/public/stylesheets/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,67 @@
url('../fonts/SourceSansPro/SourceSansPro-BoldItalic.woff?v=VERSION') format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* Japanese pop font, compatible to tldraw-draw font */
@font-face {
font-family: 'KosugiMaruSubset';
font-style: normal;
font-weight: 400;
src: url('../fonts/KosugiMaru/KosugiMaru-Regular.woff2') format('woff2');
unicode-range:
U+4E00-9FFF, /* Common Chinese character */
U+3000-303F, /* CJK symbols*/
U+3040-309F, /* Hiragana */
U+30A0-30FF, /* Katakana */
U+31F0-31FF, /* Katakana extended */
U+FF00-FFEF; /* 2 byte symbols */
}
/* MA fonts */
@font-face {
font-family: 'MRY';
font-style: normal;
font-weight: 400;
src: url('../fonts/MA/MRY-subset.woff2') format('woff2');
unicode-range:
U+4E00-9FFF, /* Common Chinese character */
U+3000-303F, /* CJK symbols*/
U+3040-309F, /* Hiragana */
U+30A0-30FF, /* Katakana */
U+31F0-31FF, /* Katakana extended */
U+FF00-FFEF; /* 2 byte symbols */
}
/* MA fonts */
@font-face {
font-family: 'AMT';
font-style: normal;
font-weight: 300;
src: url('../fonts/MA/AMT.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* MS fonts */
@font-face {
font-family: 'MG';
font-style: normal;
font-weight: 400;
src: url('../fonts/MS/MG-subset.woff2') format('woff2');
unicode-range:
U+4E00-9FFF, /* Common Chinese character */
U+3000-303F, /* CJK symbols*/
U+3040-309F, /* Hiragana */
U+30A0-30FF, /* Katakana */
U+31F0-31FF, /* Katakana extended */
U+FF00-FFEF; /* 2 byte symbols */
}
/* MS fonts */
@font-face {
font-family: 'MM';
font-style: normal;
font-weight: 400;
src: url('../fonts/MS/MM-subset.woff2') format('woff2');
unicode-range:
U+4E00-9FFF, /* Common Chinese character */
U+3000-303F, /* CJK symbols*/
U+3040-309F, /* Hiragana */
U+30A0-30FF, /* Katakana */
U+31F0-31FF, /* Katakana extended */
U+FF00-FFEF; /* 2 byte symbols */
}
21 changes: 21 additions & 0 deletions bigbluebutton-html5/public/svgs/tldraw/font-amt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading