소스 검색

Commented out fonts because of errors in browser inspect console: downloadable font: rejected by sanitizer font-family Roboto Poppins.

Thanks to xet7 !
Lauri Ojansivu 2 년 전
부모
커밋
005c91af51
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      client/components/main/fonts.css

+ 2 - 0
client/components/main/fonts.css

@@ -1,3 +1,4 @@
+/*
 @font-face {
   font-family: 'Roboto';
   font-style: normal;
@@ -28,3 +29,4 @@
   font-weight: 700;
   src: local('Poppins Bold'), local('Poppins-Bold'), url("../../../poppins-bold.woff") format('woff');
 }
+*/