mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
Remove monospace named fonts
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Bulma Changelog
|
# Bulma Changelog
|
||||||
|
|
||||||
|
## 0.3.3
|
||||||
|
|
||||||
|
* Remove monospace named fonts
|
||||||
|
|
||||||
## 0.3.2
|
## 0.3.2
|
||||||
|
|
||||||
* Fix #478
|
* Fix #478
|
||||||
|
|||||||
@@ -121,8 +121,8 @@
|
|||||||
</style>
|
</style>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<script async id="twitter-wjs" src="https://platform.twitter.com/widgets.js"></script>
|
<script async defer id="twitter-wjs" src="https://platform.twitter.com/widgets.js"></script>
|
||||||
<script async type="text/javascript" src="https://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script>
|
<script async defer type="text/javascript" src="https://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script>
|
||||||
|
|
||||||
<script src="{{ site.url }}/javascript/jquery-2.2.0.min.js"></script>
|
<script src="{{ site.url }}/javascript/jquery-2.2.0.min.js"></script>
|
||||||
<script src="{{ site.url }}/javascript/clipboard.min.js"></script>
|
<script src="{{ site.url }}/javascript/clipboard.min.js"></script>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -27,7 +27,7 @@ $red: hsl(348, 100%, 61%) !default
|
|||||||
|
|
||||||
// Typography
|
// Typography
|
||||||
$family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !default
|
$family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !default
|
||||||
$family-monospace: "Inconsolata", "Consolas", "Monaco", monospace !default
|
$family-monospace: monospace !default
|
||||||
|
|
||||||
$size-1: 3.5rem !default
|
$size-1: 3.5rem !default
|
||||||
$size-2: 2.75rem !default
|
$size-2: 2.75rem !default
|
||||||
|
|||||||
Reference in New Issue
Block a user