Difference between revisions of "Template:NCKU Tainan/team css"

Line 1: Line 1:
 
<html>
 
<html>
 
   <style>
 
   <style>
 +
 
@media (max-width:1023px) {
 
@media (max-width:1023px) {
 
   .col-md-4 {
 
   .col-md-4 {
Line 184: Line 185:
  
 
@media (min-width:1024px) {
 
@media (min-width:1024px) {
@import url(//fonts.googleapis.com/earlyaccess/notosansthaana.css);
+
@font-face {
 +
  font-family: 'Noto Sans Thaana';
 +
  font-style: normal;
 +
  font-weight: 400;
 +
  src: url(//fonts.gstatic.com/ea/notosansthaana/v1/NotoSansThaana-Regular.eot);
 +
  src: url(//fonts.gstatic.com/ea/notosansthaana/v1/NotoSansThaana-Regular.eot?#iefix) format('embedded-opentype'),
 +
      url(//fonts.gstatic.com/ea/notosansthaana/v1/NotoSansThaana-Regular.woff2) format('woff2'),
 +
      url(//fonts.gstatic.com/ea/notosansthaana/v1/NotoSansThaana-Regular.woff) format('woff'),
 +
      url(//fonts.gstatic.com/ea/notosansthaana/v1/NotoSansThaana-Regular.ttf) format('truetype');
 +
}
 +
@font-face {
 +
  font-family: 'Noto Sans Thaana';
 +
  font-style: normal;
 +
  font-weight: 700;
 +
  src: url(//fonts.gstatic.com/ea/notosansthaana/v1/NotoSansThaana-Bold.eot);
 +
  src: url(//fonts.gstatic.com/ea/notosansthaana/v1/NotoSansThaana-Bold.eot?#iefix) format('embedded-opentype'),
 +
      url(//fonts.gstatic.com/ea/notosansthaana/v1/NotoSansThaana-Bold.woff2) format('woff2'),
 +
      url(//fonts.gstatic.com/ea/notosansthaana/v1/NotoSansThaana-Bold.woff) format('woff'),
 +
      url(//fonts.gstatic.com/ea/notosansthaana/v1/NotoSansThaana-Bold.ttf) format('truetype');
 +
}
 
   .part {
 
   .part {
 
     width: auto;
 
     width: auto;
Line 280: Line 300:
 
   }
 
   }
 
   .txt h2 {
 
   .txt h2 {
 +
 
     font-family: 'Nanum Pen Script', cursive;
 
     font-family: 'Nanum Pen Script', cursive;
 
     font-size: 28px;
 
     font-size: 28px;

Revision as of 08:54, 17 September 2017