Style autour du profil utilisateur

This commit is contained in:
Sébastien André
2020-04-28 11:41:36 +02:00
parent 43c5f640e8
commit f612f8c8b4
6 changed files with 995 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ body {
padding: 10px;
}
/* Doc : https://github.com/google/material-design-icons/tree/master/iconfont */
@font-face {
font-family: 'Material Icons';
font-style: normal;
@@ -24,8 +25,8 @@ body {
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(../font/MaterialIcons.woff2) format('woff2'),
/* url(https://example.com/MaterialIcons-Regular.woff) format('woff'), */
/* url(https://example.com/MaterialIcons-Regular.ttf) format('truetype'); */
url(../font/MaterialIcons-Regular.woff) format('woff'),
url(../font/MaterialIcons-Regular.ttf) format('truetype')
}
.material-icons {