-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfontMenu.js
More file actions
11 lines (6 loc) · 822 Bytes
/
fontMenu.js
File metadata and controls
11 lines (6 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
function fontMenu(){
//Menu Row 1//
document.getElementById("fontMenuR1").innerHTML = '<button class="btn btn-link" style="font-family: Open Sans;" onclick="OpenSans2()">Open Sans</button><button class="btn btn-link" style="font-family: Roboto Mono;" onclick="Roboto_Mono2()">Roboto Mono</button><button class="btn btn-link" style="font-family: OpenDyslexic Bold;" onclick="OpenDyslexic2()">Open Dyslexic</button>'
//Menu Row 2//
document.getElementById("fontMenuR2").innerHTML = '<p><button class="btn btn-link" style="font-family: Oswald;" onclick="oswald2()">Oswald</button><button class="btn btn-link" style="font-family: Merriweather;" onclick="Merriweather2()">Merriweather</button><button class="btn btn-link" style="font-family: American Text;" onclick="American2()">American</button></p> '
}