Skip to content

Commit

Permalink
Removed ligatures from code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Sep 19, 2022
1 parent 1410254 commit dcab57d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions material/assets/stylesheets/main.7a952b86.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions material/assets/stylesheets/main.7a952b86.min.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion material/assets/stylesheets/main.9f9400aa.min.css

This file was deleted.

1 change: 0 additions & 1 deletion material/assets/stylesheets/main.9f9400aa.min.css.map

This file was deleted.

2 changes: 1 addition & 1 deletion material/base.html
Expand Up @@ -34,7 +34,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.9f9400aa.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.7a952b86.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.cbb835fc.min.css' | url }}">
Expand Down
1 change: 1 addition & 0 deletions src/assets/stylesheets/main/_typeset.scss
Expand Up @@ -196,6 +196,7 @@ kbd {
kbd {
color: var(--md-code-fg-color);
direction: ltr;
font-variant-ligatures: none;

// [print]: Wrap text and hide scollbars
@media print {
Expand Down

0 comments on commit dcab57d

Please sign in to comment.