Advertisement
Guest User

Untitled

a guest
May 20th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. let fontStyle = document.body;
  2. if (fontStyle.style.fontFamily == 'Ubuntu') {
  3. fontStyle.style.fontFamily ='Indie Flower';
  4. }else if (fontStyle.style.fontFamily == 'Indie Flower'){
  5. fontStyle.style.fontFamily == 'Abel';
  6. }
  7. else if (fontStyle.style.fontFamily == 'Abel'){
  8. fontStyle.style.fontFamily == 'Ubuntu';
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement