Advertisement
lordaker

Style CSS: Mapbox Demo

Aug 28th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.47 KB | None | 0 0
  1. /*------------------------*\
  2.         GOOGLE FONT
  3. \*------------------------*/
  4. @import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC|Source+Sans+Pro&display=swap');
  5.  
  6.  
  7. /*------------------------*\
  8.         TYPOGRAPHY
  9. \*------------------------*/
  10. h1,h2,h3,h4,h5,h6{
  11.   font-family: 'Source Sans Pro', sans-serif;
  12. }
  13.  
  14. p,a,blockquote,ul,li{
  15.   font-family: 'Noto Serif TC', serif;
  16. }
  17.  
  18. #map-rse{
  19.   display: block;
  20.   min-width: 800px;
  21.   min-height: 640px;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement