typography.scss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. @font-face {
  2. font-family: 'dukefill';
  3. src: url('../fonts/duke_fill-webfont.woff2') format('woff2'),
  4. url('../fonts/duke_fill-webfont.woff') format('woff');
  5. font-weight: normal;
  6. font-style: normal;
  7. }
  8. @font-face {
  9. font-family: 'cormorantBold';
  10. src: url('../fonts/Cormorant-Bold-webfont.woff2') format('woff2'),
  11. url('../fonts/Cormorant-Bold-webfont.woff') format('woff');
  12. font-weight: normal;
  13. font-style: normal;
  14. }
  15. @font-face {
  16. font-family: 'cormorantBoldItalic';
  17. src: url('../fonts/Cormorant-BoldItalic-webfont.woff2') format('woff2'),
  18. url('../fonts/Cormorant-BoldItalic-webfont.woff') format('woff');
  19. font-weight: lighter;
  20. font-style: normal;
  21. }
  22. @font-face {
  23. font-family: 'truenoregular';
  24. src: url('../fonts/truenorg-webfont.woff2') format('woff2'),
  25. url('../fonts/truenorg-webfont.woff') format('woff');
  26. font-weight: normal;
  27. font-style: normal;
  28. }
  29. main{
  30. h2{
  31. font-family: 'dukefill';
  32. font-size: 3.5rem;
  33. line-height: 3rem;
  34. letter-spacing: $letter_spacingH;
  35. }
  36. h2, a{
  37. color: $color2;
  38. }
  39. &.home{
  40. h2{
  41. font-size: 2rem;
  42. }
  43. }
  44. h3{
  45. text-transform: uppercase;
  46. margin: 2rem 0;
  47. font-family: 'dukefill';
  48. font-size: 3rem;
  49. letter-spacing: $letter_spacingH;
  50. color: $lightgrey;
  51. }
  52. .__ressources{
  53. h4{
  54. text-transform: uppercase;
  55. margin: 2rem 0;
  56. font-family: 'dukefill';
  57. font-size: 2rem;
  58. letter-spacing: $letter_spacingH;
  59. color: $color2
  60. }
  61. }
  62. blockquote{
  63. p{
  64. font-family: 'cormorantBold';
  65. font-size: 3rem;
  66. line-height: 3rem;
  67. font-weight: lighter;
  68. }
  69. }
  70. p{
  71. font-size: 1rem;
  72. line-height: 1.5rem;
  73. font-family: 'truenoregular';
  74. }
  75. a{
  76. color: black;
  77. &:hover{
  78. color: black;
  79. }
  80. }
  81. .__wrap_content{
  82. p{
  83. a{
  84. display: inline;
  85. background: $underline;
  86. }
  87. }
  88. }
  89. .thumbnails_participants{
  90. *{
  91. color: $color2;
  92. }
  93. .__name{
  94. font-family: 'truenoregular';
  95. font-size: 1rem;
  96. }
  97. .__qualite{
  98. font-family: 'truenoregular';
  99. font-size: 1rem;
  100. font-style: italic;
  101. }
  102. }
  103. .programme{
  104. h3{
  105. font-size: 1.5rem;
  106. font-family: 'truenoregular';
  107. }
  108. }
  109. .thumbnails{
  110. time, .type_moment{
  111. font-family: 'truenoregular';
  112. font-size: 0.9rem;
  113. text-transform: uppercase;
  114. }
  115. .__content{
  116. a{
  117. font-family: 'truenoregular';
  118. font-weight: bold;
  119. font-size: 1rem;
  120. text-transform: uppercase;
  121. }
  122. }
  123. }
  124. .paragraph--type--role-de-l-intervenant{
  125. .___title_inter{
  126. div{
  127. font-family: 'truenoregular';
  128. font-weight: bold;
  129. font-size: 0.8rem;
  130. text-transform: uppercase;
  131. }
  132. }
  133. }
  134. article{
  135. .__head{
  136. div{
  137. font-family: 'truenoregular';
  138. font-size: 1rem;
  139. text-transform: uppercase;
  140. }
  141. }
  142. }
  143. .blue, #txt_present{
  144. // color: $color2;
  145. }
  146. #block-views-block-slide-programme-block-1{
  147. .thumbnails a{
  148. // color: $col_black;
  149. }
  150. }
  151. }
  152. #block-popsu-colloque-submenu{
  153. ul{
  154. li{
  155. a{
  156. font-size: 2rem;
  157. font-family: 'dukefill';
  158. letter-spacing: 0.05rem;
  159. text-transform: uppercase;
  160. }
  161. }
  162. }
  163. }
  164. .more_link{
  165. span{
  166. padding-left: 0.5rem;
  167. }
  168. }