Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
math_tutor_dev
public_math_tutor
Commits
4f3bf68d
Commit
4f3bf68d
authored
Jun 29, 2026
by
Kantz
Browse files
button angepasst
parent
0b77973f
Changes
1
Hide whitespace changes
Inline
Side-by-side
math-tutor/frontend/src/styles/theme.css
View file @
4f3bf68d
...
...
@@ -611,7 +611,7 @@ body {
}
.btn-formula
{
font-weight
:
6
00
;
font-weight
:
4
00
;
}
.inline-math
{
...
...
@@ -661,7 +661,12 @@ body {
}
/* ponytail: MathQuill's bundled Symbola font is malformed in current browsers.
Override its font stacks so the browser never tries to load that asset. */
Override the font face and stacks so the browser never fetches that asset. */
@font-face
{
font-family
:
"Symbola"
;
src
:
local
(
"Times New Roman"
);
}
.mq-math-mode
var
,
.mq-math-mode
.mq-text-mode
,
.mq-math-mode
.mq-nonSymbola
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment