Skip to content
Snippets Groups Projects
Commit 4ef45e34 authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

Revert "Test mit DroidSansMono im Departure"

This reverts commit ecb23d89.
parent ecb23d89
No related branches found
No related tags found
No related merge requests found
favicon.png 100755 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -24,9 +24,6 @@
families : ['time-medium', 'time-fat', 'vrr'],
urls : ['css/font.css']
},
google : {
families : ['Droid Sans Mono'],
},
active : function() {
window.fontsReady = true;
}
......
......@@ -203,8 +203,7 @@ var resize = function(panel, config, cont) {
var getStringWidth = function(fontSize, string) {
var
o = $('<div>' + string + '</div>')
.css({'position': 'absolute', 'float': 'left', 'white-space': 'nowrap', 'visibility': 'hidden', 'font-family': 'Droid Sans Mono', 'fontSize':
fontSize + 'px'})
.css({'position': 'absolute', 'float': 'left', 'white-space': 'nowrap', 'visibility': 'hidden', 'font-family': 'display', 'fontSize': fontSize + 'px'})
.appendTo($('body')),
w = o.width();
o.remove();
......
......@@ -77,9 +77,6 @@
font-weight: bold;
color: #B8860B;
}
[data-delay], [data-time] {
font-family: Droid Sans Mono;
}
[data-name] {
position: relative;
......
/**
* Created by tilman on 26.08.15.
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment