switch primary font to Ubuntu

This commit is contained in:
2023-04-23 20:57:01 +02:00
parent 301218d36e
commit 9c6b8a2b3a
4 changed files with 4 additions and 4 deletions

View File

@ -80,7 +80,7 @@
/* hover: function(item, dimension, event) {
item && item[2] ? event.target.style.textDecorationLine = "underline" : null
},*/
fontFamily: 'Rubik, sans-serif',
fontFamily: 'Ubuntu, sans-serif',
fontWeight: 700,
list: JSON.parse("{{ $topics | jsonify }}"),
shrinkToFit: true,